wut
1.0.0-alpha
Wii U Toolchain
|
Data Structures | |
struct | AppearArg |
struct | ConfigArg |
struct | ControllerInfo |
struct | CreateArg |
struct | DrawStringInfo |
struct | InputFormArg |
struct | KeyboardArg |
struct | KeyboardCondition |
struct | ReceiverArg |
Enumerations | |
enum | ControllerType { Unknown0 = 0 } |
enum | LanguageType { Japanese = 0, English = 1 } |
enum | RegionType { Japan = 0, USA = 1, Europe = 2 } |
enum | State { Unknown0 = 0 } |
struct nn::swkbd::AppearArg |
Definition at line 130 of file swkbd_cpp.h.
Data Fields | ||
---|---|---|
KeyboardArg | keyboardArg | |
InputFormArg | inputFormArg |
struct nn::swkbd::ControllerInfo |
Definition at line 150 of file swkbd_cpp.h.
Data Fields | ||
---|---|---|
VPADStatus * | vpad | |
KPADStatus * | kpad[4] |
struct nn::swkbd::CreateArg |
Definition at line 137 of file swkbd_cpp.h.
Data Fields | ||
---|---|---|
void * | workMemory | |
RegionType | regionType | |
uint32_t | unk_0x08 | |
FSClient * | fsClient |
struct nn::swkbd::InputFormArg |
Definition at line 104 of file swkbd_cpp.h.
Data Fields | ||
---|---|---|
uint32_t | unk_0x00 | |
int32_t | unk_0x04 | |
uint32_t | unk_0x08 | |
uint32_t | unk_0x0C | |
int32_t | maxTextLength | |
uint32_t | unk_0x14 | |
uint32_t | unk_0x18 | |
bool | unk_0x1C | |
bool | unk_0x1D | |
bool | unk_0x1E |
struct nn::swkbd::KeyboardArg |
Definition at line 97 of file swkbd_cpp.h.
Data Fields | ||
---|---|---|
ConfigArg | configArg | |
ReceiverArg | receiverArg |
struct nn::swkbd::KeyboardCondition |
Definition at line 170 of file swkbd_cpp.h.
Data Fields | ||
---|---|---|
uint32_t | unk_0x00 | |
uint32_t | unk_0x04 |
struct nn::swkbd::ReceiverArg |
Definition at line 80 of file swkbd_cpp.h.
Data Fields | ||
---|---|---|
uint32_t | unk_0x00 | |
uint32_t | unk_0x04 | |
uint32_t | unk_0x08 | |
int32_t | unk_0x0C | |
uint32_t | unk_0x10 | |
int32_t | unk_0x14 |
|
strong |
Enumerator | |
---|---|
Unknown0 |
Definition at line 22 of file swkbd_cpp.h.
|
strong |
Enumerator | |
---|---|
Japanese | |
English |
Definition at line 27 of file swkbd_cpp.h.
|
strong |
Enumerator | |
---|---|
Japan | |
USA | |
Europe |
Definition at line 33 of file swkbd_cpp.h.
|
strong |
Enumerator | |
---|---|
Unknown0 |
Definition at line 40 of file swkbd_cpp.h.
bool nn::swkbd::AppearInputForm | ( | const AppearArg & | args | ) |
bool nn::swkbd::AppearKeyboard | ( | const KeyboardArg & | args | ) |
void nn::swkbd::CalcSubThreadFont | ( | ) |
void nn::swkbd::CalcSubThreadPredict | ( | ) |
void nn::swkbd::Calc | ( | const ControllerInfo & | controllerInfo | ) |
void nn::swkbd::ConfirmUnfixAll | ( | ) |
bool nn::swkbd::Create | ( | const CreateArg & | args | ) |
void nn::swkbd::Destroy | ( | ) |
bool nn::swkbd::DisappearInputForm | ( | ) |
bool nn::swkbd::DisappearKeyboard | ( | ) |
void nn::swkbd::DrawDRC | ( | ) |
void nn::swkbd::DrawTV | ( | ) |
void nn::swkbd::GetDrawStringInfo | ( | DrawStringInfo * | drawStringInfo | ) |
const char16_t* nn::swkbd::GetInputFormString | ( | ) |
void nn::swkbd::GetKeyboardCondition | ( | KeyboardCondition * | keyboardCondition | ) |
State nn::swkbd::GetStateInputForm | ( | ) |
State nn::swkbd::GetStateKeyboard | ( | ) |
uint32_t nn::swkbd::GetWorkMemorySize | ( | uint32_t | unk | ) |
void nn::swkbd::InactivateSelectCursor | ( | ) |
bool nn::swkbd::InitLearnDic | ( | void * | dictionary | ) |
bool nn::swkbd::IsCoveredWithSubWindow | ( | ) |
bool nn::swkbd::IsDecideCancelButton | ( | bool * | outIsSelected | ) |
bool nn::swkbd::IsDecideOkButton | ( | bool * | outIsSelected | ) |
bool nn::swkbd::IsKeyboardTarget | ( | IEventReceiver * | eventReceiver | ) |
bool nn::swkbd::IsNeedCalcSubThreadFont | ( | ) |
bool nn::swkbd::IsNeedCalcSubThreadPredict | ( | ) |
bool nn::swkbd::IsSelectCursorActive | ( | ) |
void nn::swkbd::MuteAllSound | ( | bool | muted | ) |
void nn::swkbd::SetControllerRemo | ( | ControllerType | type | ) |
void nn::swkbd::SetCursorPos | ( | int | ) |
void nn::swkbd::SetEnableOkButton | ( | bool | ) |
void nn::swkbd::SetInputFormString | ( | const char16_t * | str | ) |
void nn::swkbd::SetReceiver | ( | const ReceiverArg & | receiver | ) |
void nn::swkbd::SetSelectFrom | ( | int | ) |
void nn::swkbd::SetUserControllerEventObj | ( | IControllerEventObj * | controllerEventObj | ) |
void nn::swkbd::SetUserSoundObj | ( | ISoundObj * | soundObj | ) |