wut  1.0.0-beta8
Wii U Toolchain
rpl_interface.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 #include <nn/swkbd.h>
4 
12 #ifdef __cplusplus
13 
14 namespace Rpl
15 {
16 
17 bool SwkbdAppearInputForm(const nn::swkbd::AppearArg &appearArg);
18 bool SwkbdAppearKeyboard(const nn::swkbd::KeyboardArg &keyboardArg);
21 void SwkbdCalc(const nn::swkbd::ControllerInfo &controllerInfo);
23 void SwkbdCreate(void *buffer, nn::swkbd::RegionType regionType,
24  uint32_t unk, FSClient *fsClient);
25 void SwkbdDestroy();
28 void SwkbdDrawDRC();
29 void SwkbdDrawTV();
31 const char16_t *SwkbdGetInputFormString();
36 bool SwkbdInitLearnDic(void *buffer);
38 bool SwkbdIsDecideCancelButton(bool *outIsSelectCursor);
39 bool SwkbdIsDecideOkButton(bool *outIsSelectCursor);
40 bool SwkbdIsKeyboardTarget(nn::swkbd::IEventReceiver *eventReceiver);
44 void SwkbdMuteAllSound(bool muted);
46 void SwkbdSetCursorPos(int pos);
47 void SwkbdSetEnableOkButton(bool enable);
48 void SwkbdSetInputFormString(const char16_t *str);
49 void SwkbdSetReceiver(const nn::swkbd::ReceiverArg &receiver);
50 void SwkbdSetSelectFrom(int from);
51 void SwkbdSetUserControllerEventObj(nn::swkbd::IControllerEventObj *userControllerEventObj);
52 void SwkbdSetUserSoundObj(nn::swkbd::ISoundObj *userSoundObj);
53 void SwkbdSetVersion(int version);
54 
55 }
56 
57 #endif // ifdef __cplusplus
58 
void SwkbdCalcSubThreadFont()
nn::swkbd::State SwkbdGetStateInputForm()
bool SwkbdInitLearnDic(void *buffer)
bool SwkbdIsDecideCancelButton(bool *outIsSelectCursor)
void SwkbdSetVersion(int version)
bool SwkbdIsSelectCursorActive()
void SwkbdInactivateSelectCursor()
void SwkbdSetUserControllerEventObj(nn::swkbd::IControllerEventObj *userControllerEventObj)
void SwkbdGetKeyboardCondition(nn::swkbd::KeyboardCondition *keyboardCondition)
void SwkbdSetEnableOkButton(bool enable)
Input and controller information for swkbd.
Definition: swkbd_cpp.h:180
bool SwkbdAppearInputForm(const nn::swkbd::AppearArg &appearArg)
bool SwkbdIsNeedCalcSubThreadFont()
void SwkbdCalc(const nn::swkbd::ControllerInfo &controllerInfo)
bool SwkbdIsDecideOkButton(bool *outIsSelectCursor)
void SwkbdSetInputFormString(const char16_t *str)
void SwkbdCreate(void *buffer, nn::swkbd::RegionType regionType, uint32_t unk, FSClient *fsClient)
void SwkbdSetReceiver(const nn::swkbd::ReceiverArg &receiver)
nn::swkbd::State SwkbdGetStateKeyboard()
void SwkbdSetSelectFrom(int from)
void SwkbdSetCursorPos(int pos)
void SwkbdSetControllerRemo(nn::swkbd::ControllerType type)
bool SwkbdIsKeyboardTarget(nn::swkbd::IEventReceiver *eventReceiver)
void SwkbdConfirmUnfixAll()
bool SwkbdIsCoveredWithSubWindow()
ControllerType
Definition: swkbd_cpp.h:38
Arguments for the swkbd input form and keyboard.
Definition: swkbd_cpp.h:153
void SwkbdGetDrawStringInfo(nn::swkbd::DrawStringInfo *drawStringInfo)
const char16_t * SwkbdGetInputFormString()
void SwkbdMuteAllSound(bool muted)
bool SwkbdDisappearKeyboard()
bool SwkbdDisappearInputForm()
void SwkbdCalcSubThreadPredict()
void SwkbdDrawTV()
void SwkbdDestroy()
void SwkbdSetUserSoundObj(nn::swkbd::ISoundObj *userSoundObj)
bool SwkbdIsNeedCalcSubThreadPredict()
bool SwkbdAppearKeyboard(const nn::swkbd::KeyboardArg &keyboardArg)
Arguments for the swkbd keyboard.
Definition: swkbd_cpp.h:116
void SwkbdDrawDRC()