sfml.window.Event.KeyReleased
See theKeyReleased companion object
final case class KeyReleased(code: Key, scancode: Scan, alt: Boolean, control: Boolean, shift: Boolean, system: Boolean)
Key released event subtype.
Value parameters
- alt
-
Is the Alt key pressed?
- code
-
Code of the key that has been released.
- control
-
Is the Control key pressed?
- scancode
-
Physical code of the key that has been released.
- shift
-
Is the Shift key pressed?
- system
-
Is the System key pressed?
Attributes
- Companion
- object
Members list
In this article