Tscope5
|
Go to the source code of this file.
Functions | |
Response registration | |
int | ts5_define_keyboard_key (int key) |
Definition in file keyboard.c.
int ts5_define_keyboard_key | ( | int | key | ) |
Define a keyboard key as a response key.
key | Number of the key (keys are counted from 1). |
Possible key values are:
TS5_KEY_PAD_EQUALS, TS5_KEY_BACKQUOTE, TS5_KEY_SEMICOLON2, TS5_KEY_COMMAND, TS5_KEY_BACK
Give a positive number if you want to monitor key press events, a negative number if you want to monitor key release events.
Definition at line 63 of file keyboard.c.