UpdateOnscreenKeyboard
Docslocal retval = UpdateOnscreenKeyboard()Description
Returns the current state of the text input box.
enum eOSKStatus
{
OSK_INVALID = -1,
OSK_PENDING = 0,
OSK_SUCCESS = 1,
OSK_CANCELLED = 2,
OSK_FAILED = 3
};Returns
intReturns an integer value.