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