KeyReleased

fun KeyReleased(code: KeyCode, modifiers: KeyModifiers = KeyModifiers(), location: KeyLocation = KeyLocation.STANDARD): KeyReleased

Creates a new instance of KeyReleased event with the given parameters.

Parameters

code

The code of the key.

modifiers

The keyboard modifiers.

location

The location of the key on the keyboard.