-
Notifications
You must be signed in to change notification settings - Fork 190
Keyboard API
IgorTimofeev edited this page Jan 12, 2019
·
1 revision
This library listens user interactions with keyboard and provides information about it.
Checks if given keyboard key code is pressed by user.
Checks if given keyboard key code belongs to control block, i.e. non-literal, non-numeric, etc.
Checks if Ctrl
key is down.
Checks if Shift
key is down.
Checks if Alt
key is down.