|
| OSL_KEYBOARD * | oslInitOskEx (int nData, int language) |
| | Initializes the on-screen keyboard with specified parameters.
|
| |
| int | oslInitOskDataEx (OSL_KEYBOARD *kbd, int idx, unsigned short *desc, unsigned short *intext, int textLimit, int linesNumber) |
| | Initializes specific OSK data.
|
| |
| int | oslActivateOskEx (OSL_KEYBOARD *kbd, int waitcycle) |
| | Activates the on-screen keyboard.
|
| |
| int | oslOskIsActiveEx (OSL_KEYBOARD *kbd) |
| | Checks if the on-screen keyboard is active.
|
| |
| void | oslDeActivateOskEx (OSL_KEYBOARD *kbd) |
| | Deactivates the on-screen keyboard.
|
| |
| int | oslOskGetResultEx (OSL_KEYBOARD *kbd, int idx) |
| | Gets the result of the on-screen keyboard interaction.
|
| |
| unsigned short * | oslOskOutTextEx (OSL_KEYBOARD *kbd, int idx) |
| | Retrieves the text output from the on-screen keyboard.
|
| |
| void | oslEndOskEx (OSL_KEYBOARD *kbd) |
| | Ends the on-screen keyboard session and releases resources.
|
| |
| void | oslInitOsk (char *descStr, char *initialStr, int textLimit, int linesNumber, int language) |
| | Initializes the OSK with basic parameters.
|
| |
| void | oslDrawOsk () |
| | Draws the OSK on the screen.
|
| |
| int | oslOskIsActive () |
| | Checks if the OSK is currently active.
|
| |
| int | oslGetOskStatus () |
| | Returns the current OSK status.
|
| |
| int | oslOskGetResult () |
| | Returns the result of the OSK interaction.
|
| |
| void | oslOskGetText (char *text) |
| | Retrieves the text inserted by the user in the OSK.
|
| |
| void | oslOskGetTextUCS2 (unsigned short *text) |
| | Retrieves the text inserted by the user in the OSK (UCS2).
|
| |
| void | oslEndOsk () |
| | Ends the OSK session.
|
| |
On-Screen Keyboard functions in OSLib.
This file provides access to Sony's On-Screen Keyboard (OSK), used to let the user enter text.