You.i Engine
CYIKeyboardInputBridge::Receiver::Description Struct Reference

Detailed Description

Provides details to the system software keyboard.

#include <platform/YiKeyboardInputBridge.h>

Public Member Functions

 Description ()
 

Public Attributes

CYIString defaultText
 The existing text maintained by the Receiver. More...
 
uint32_t nMaximumCharacterCount
 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...
 
int32_t nCurrentCursorPosition
 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...
 

Constructor & Destructor Documentation

CYIKeyboardInputBridge::Receiver::Description::Description ( )
inline

Member Data Documentation

CYIString CYIKeyboardInputBridge::Receiver::Description::defaultText

The existing text maintained by the Receiver.

int32_t CYIKeyboardInputBridge::Receiver::Description::nCurrentCursorPosition

The position of the cursor in Description::defaultText. Must be greater than or equal to 0 and less than the length of Description::defaultText.

uint32_t CYIKeyboardInputBridge::Receiver::Description::nMaximumCharacterCount

The maxiumum character count.

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.


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