wut
v1.7.0
Wii U Toolchain
|
Configuration options for the virtual keyboard. More...
#include <swkbd_cpp.h>
Public Member Functions | |
ConfigArg () | |
Data Fields | |
LanguageType | languageType |
The language to use for input. More... | |
ControllerType | controllerType |
KeyboardMode | keyboardMode |
uint32_t | accessFlags |
TODO: find all bit flags. More... | |
uint32_t | unk_0x10 |
int32_t | unk_0x14 |
bool | unk_0x18 |
const char16_t * | okString |
Text that's displayed on the "OK" button. More... | |
char16_t | numpadCharLeft |
The left side button exclusive to the numpad keyboard mode. More... | |
char16_t | numpadCharRight |
The right side button exclusive to the numpad keyboard mode. More... | |
bool | showWordSuggestions |
Bool to either enable or disable word suggestions. More... | |
uint8_t | unk_0x28 |
uint8_t | unk_0x29 |
uint8_t | unk_0x2A |
bool | disableNewLine |
If true it'll disable the new Line character on the keyboard. More... | |
uint32_t | unk_0x9C |
bool | drawSysWiiPointer |
Draws the system Wii remote pointer. More... | |
int32_t | unk_0xA4 |
Configuration options for the virtual keyboard.
Definition at line 130 of file swkbd_cpp.h.
|
inline |
Definition at line 132 of file swkbd_cpp.h.
LanguageType languageType |
The language to use for input.
Definition at line 146 of file swkbd_cpp.h.
ControllerType controllerType |
Definition at line 147 of file swkbd_cpp.h.
KeyboardMode keyboardMode |
Definition at line 148 of file swkbd_cpp.h.
uint32_t accessFlags |
TODO: find all bit flags.
Definition at line 150 of file swkbd_cpp.h.
uint32_t unk_0x10 |
Definition at line 151 of file swkbd_cpp.h.
int32_t unk_0x14 |
Definition at line 152 of file swkbd_cpp.h.
bool unk_0x18 |
Definition at line 153 of file swkbd_cpp.h.
const char16_t* okString |
Text that's displayed on the "OK" button.
Definition at line 155 of file swkbd_cpp.h.
char16_t numpadCharLeft |
The left side button exclusive to the numpad keyboard mode.
Definition at line 157 of file swkbd_cpp.h.
char16_t numpadCharRight |
The right side button exclusive to the numpad keyboard mode.
Definition at line 159 of file swkbd_cpp.h.
bool showWordSuggestions |
Bool to either enable or disable word suggestions.
Definition at line 161 of file swkbd_cpp.h.
uint8_t unk_0x28 |
Definition at line 163 of file swkbd_cpp.h.
uint8_t unk_0x29 |
Definition at line 164 of file swkbd_cpp.h.
uint8_t unk_0x2A |
Definition at line 165 of file swkbd_cpp.h.
bool disableNewLine |
If true it'll disable the new Line character on the keyboard.
Definition at line 167 of file swkbd_cpp.h.
uint32_t unk_0x9C |
Definition at line 169 of file swkbd_cpp.h.
bool drawSysWiiPointer |
Draws the system Wii remote pointer.
Definition at line 171 of file swkbd_cpp.h.
int32_t unk_0xA4 |
Definition at line 172 of file swkbd_cpp.h.