Back to index A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Other

Alphabetic catalog of Language elements K

key-down

key-down is posted when a graffiti char is entered.

Category UI event
Format (key-down char/code)
Parameters
charthe character being entered
codethe virtual key code received
Description key-down is the event posted when the user enters a graffiti character or presses the hardware scroll buttons. For normal characters, the character itself is returned. PalmOS also handles several system events as virtual keys with codes >255. These events are returned as integers.

Back to index A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Other