-
-
Notifications
You must be signed in to change notification settings - Fork 18
io_clear
drewmccluskey edited this page Feb 12, 2019
·
4 revisions
Clears all mouse and keyboard states
io_clear()
Returns: N/A
This function will set all keyboard and mouse states to 0. If you are currently using a keyboard or mouse it should return false to these actions and you must release them and press them again for them to work again.
io_clear();
This code remove all keyboard and mouse states.
Back to Keyboard