Skip to content

io_clear

CryoEagle edited this page Jan 4, 2019 · 4 revisions

io_clear

Clears all mouse and keyboard states

Syntax:

io_clear()

Returns: N/A

Description

This function will deleta all keyboard and mouse states so if you are currently using keyboard or mouse it should return false to these actions and you need release them and use them again for work again.

Example:

io_clear();

This code remove all keyboard and mouse states.

Back to Keyboard

Clone this wiki locally