Functions | |
STRING | osk.init (STRING desc, STRING text) |
Initializes Sony keyboard. More... | |
STRING | osk.init (STRING desc, STRING text, NUMBER type) |
Initializes Sony keyboard. More... | |
STRING | osk.init (STRING desc, STRING text, NUMBER type, NUMBER textmax) |
Initializes Sony keyboard. More... | |
STRING | osk.init (STRING desc, STRING text, NUMBER type, NUMBER textmax, NUMBER lines) |
Initializes Sony keyboard. More... | |
STRING | osk.init (STRING desc, STRING text, NUMBER type, NUMBER textmax, NUMBER lines, NUMBBER mode) |
Initializes Sony keyboard. More... | |
Keyboard managing.
STRING osk.init | ( | STRING | desc, |
STRING | text | ||
) |
Initializes Sony keyboard.
desc | Description shown bottom right. |
text | Initial text. |
STRING osk.init | ( | STRING | desc, |
STRING | text, | ||
NUMBER | type | ||
) |
Initializes Sony keyboard.
desc | Description shown bottom right. |
text | Initial text. |
type | Keyboard mode: 1 for normal mode, 2 for numeric mode. |
STRING osk.init | ( | STRING | desc, |
STRING | text, | ||
NUMBER | type, | ||
NUMBER | textmax | ||
) |
Initializes Sony keyboard.
desc | Description shown bottom right. |
text | Initial text. |
type | Keyboard mode: 1 for normal mode, 2 for numeric mode. |
textmax | Max. number of characters to insert with the keyboard. |
STRING osk.init | ( | STRING | desc, |
STRING | text, | ||
NUMBER | type, | ||
NUMBER | textmax, | ||
NUMBER | lines | ||
) |
Initializes Sony keyboard.
desc | Description shown bottom right. |
text | Initial text. |
type | Keyboard mode: 1 for normal mode, 2 for numeric mode. |
textmax | Max. number of characters to insert with the keyboard. |
lines | Max. number of lines to insert with the keyboard. |
STRING osk.init | ( | STRING | desc, |
STRING | text, | ||
NUMBER | type, | ||
NUMBER | textmax, | ||
NUMBER | lines, | ||
NUMBBER | mode | ||
) |
Initializes Sony keyboard.
desc | Description shown bottom right. |
text | Initial text. |
type | Keyboard mode: 1 for normal mode, 2 for numeric mode. |
textmax | Max. number of characters to insert with the keyboard. |
lines | Max. number of lines to insert with the keyboard. |
mode | Language of the keyboard, must indicate a numeric value:
|