-
-
Notifications
You must be signed in to change notification settings - Fork 18
Keyboard
Matěj Štágl edited this page Dec 16, 2018
·
3 revisions
Keyboard is the oldest input device that is still in use. This section provides functions, variables and enums that are useful when dealing with keyboard. Keyboard is tracked on two layers - higher level that is active only while the game window is focused and on a very low level which can track special keystrokes like alt+f4 or ctr+alt+del
- io_clear
- keyboard_check
- keyboard_check_pressed
- keyboard_check_released
- keyboard_check_direct
- keyboard_clear
- keyboard_get_numlock
- keyboard_set_numlock
- keyboard_key_press
- keyboard_key_release
Back to Manual