isUp

fun isUp(key: Key): ERROR CLASS: Unresolved name: IsKeyUp

Whether the key is in up state, or not being pressed.

Return

true if up, false otherwise

Parameters

key

The key to check


fun isUp(char: Char): ERROR CLASS: Unresolved name: first

Whether a character is in up state, or not being pressed.

Return

true if up, false otherwise

Parameters

char

The character to check