wut  v1.5.0
Wii U Toolchain
Public Member Functions | Data Fields
ConfigArg Struct Reference

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
 

Detailed Description

Configuration options for the virtual keyboard.

Definition at line 130 of file swkbd_cpp.h.

Constructor & Destructor Documentation

◆ ConfigArg()

ConfigArg ( )
inline

Definition at line 132 of file swkbd_cpp.h.

Field Documentation

◆ languageType

LanguageType languageType

The language to use for input.

Definition at line 146 of file swkbd_cpp.h.

◆ controllerType

ControllerType controllerType

Definition at line 147 of file swkbd_cpp.h.

◆ keyboardMode

KeyboardMode keyboardMode

Definition at line 148 of file swkbd_cpp.h.

◆ accessFlags

uint32_t accessFlags

TODO: find all bit flags.

Definition at line 150 of file swkbd_cpp.h.

◆ unk_0x10

uint32_t unk_0x10

Definition at line 151 of file swkbd_cpp.h.

◆ unk_0x14

int32_t unk_0x14

Definition at line 152 of file swkbd_cpp.h.

◆ unk_0x18

bool unk_0x18

Definition at line 153 of file swkbd_cpp.h.

◆ okString

const char16_t* okString

Text that's displayed on the "OK" button.

Definition at line 155 of file swkbd_cpp.h.

◆ numpadCharLeft

char16_t numpadCharLeft

The left side button exclusive to the numpad keyboard mode.

Definition at line 157 of file swkbd_cpp.h.

◆ numpadCharRight

char16_t numpadCharRight

The right side button exclusive to the numpad keyboard mode.

Definition at line 159 of file swkbd_cpp.h.

◆ showWordSuggestions

bool showWordSuggestions

Bool to either enable or disable word suggestions.

Definition at line 161 of file swkbd_cpp.h.

◆ unk_0x28

uint8_t unk_0x28

Definition at line 163 of file swkbd_cpp.h.

◆ unk_0x29

uint8_t unk_0x29

Definition at line 164 of file swkbd_cpp.h.

◆ unk_0x2A

uint8_t unk_0x2A

Definition at line 165 of file swkbd_cpp.h.

◆ disableNewLine

bool disableNewLine

If true it'll disable the new Line character on the keyboard.

Definition at line 167 of file swkbd_cpp.h.

◆ unk_0x9C

uint32_t unk_0x9C

Definition at line 169 of file swkbd_cpp.h.

◆ drawSysWiiPointer

bool drawSysWiiPointer

Draws the system Wii remote pointer.

Definition at line 171 of file swkbd_cpp.h.

◆ unk_0xA4

int32_t unk_0xA4

Definition at line 172 of file swkbd_cpp.h.


The documentation for this struct was generated from the following file: