isDown

fun isDown(key: Key): ERROR CLASS: Unresolved name: IsKeyDown

Whether the key is in down state, or being pressed.

Return

true if down, false otherwise

Parameters

key

The key to check


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

Whether a character is in down state, or being pressed.

Return

true if down, false otherwise

Parameters

char

The character to check