-
Notifications
You must be signed in to change notification settings - Fork 1
keyp
Kyuchumimo edited this page Jul 6, 2022
·
5 revisions
keyp [code [hold[NOT SUPPORTED] period[NOT SUPPORTED]] ] -> pressed
- code : the key code we want to check (1..65)
hold : time in ticks before autorepeatperiod : time in ticks for autorepeat interval
- pressed : key is pressed (True/False)
This function returns True
if the given key is pressed but wasn't pressed in the previous frame.