isReleased

fun isReleased(key: Key): ERROR CLASS: Unresolved name: IsKeyReleased

Whether the key was released once.

Return

true if released, false otherwise

Parameters

key

The key to check


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

Whether a character was released once.

Return

true if released, false otherwise

Parameters

char

The character to check