Provides details to the system software keyboard.
#include <platform/YiKeyboardInputBridge.h>
Public Member Functions | |
Description () | |
Public Attributes | |
CYIString | currentText |
The existing text maintained by the Receiver. More... | |
CYIString | placeholderText |
The placeholder text maintained by the Receiver. More... | |
size_t | maximumCharacterCount |
The maxiumum character count. More... | |
YI_RECT_REL | screenRect |
The screen space area occupied by the Receiver's visual representation. This is used to position the software keyboard, if applicable. More... | |
size_t | currentCursorPosition |
The position of the cursor in Description::defaultText. Must be greater than or equal to 0 and less than the length of Description::defaultText. More... | |
|
inline |
size_t CYIKeyboardInputBridge::Receiver::Description::currentCursorPosition |
The position of the cursor in Description::defaultText. Must be greater than or equal to 0 and less than the length of Description::defaultText.
CYIString CYIKeyboardInputBridge::Receiver::Description::currentText |
The existing text maintained by the Receiver.
size_t CYIKeyboardInputBridge::Receiver::Description::maximumCharacterCount |
The maxiumum character count.
CYIString CYIKeyboardInputBridge::Receiver::Description::placeholderText |
The placeholder text maintained by the Receiver.
YI_RECT_REL CYIKeyboardInputBridge::Receiver::Description::screenRect |
The screen space area occupied by the Receiver's visual representation. This is used to position the software keyboard, if applicable.