-
-
Notifications
You must be signed in to change notification settings - Fork 19
io_clear
drewmccluskey edited this page Jan 14, 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 keyboard or mouse it should return false to these actions and you must release them and press again for them to work again.
io_clear();This code remove all keyboard and mouse states.
Back to Keyboard