Skip to content

io_clear

drewmccluskey edited this page Feb 12, 2019 · 4 revisions

io_clear

Clears all mouse and keyboard states

Syntax:

io_clear()

Returns: N/A

Description

This function will set all keyboard and mouse states to 0. If you are currently using the keyboard or mouse it should return false to these actions and you must release them and press them again for them to work again.

Example:

io_clear();

This code remove all keyboard and mouse states.

Back to Keyboard

Clone this wiki locally