- Alt
KeyButtonWithSpecial Alt()
Undocumented in source. Be warned that the author may not have intended to support it.
- Ctrl
KeyButtonWithSpecial Ctrl()
Undocumented in source. Be warned that the author may not have intended to support it.
- Key
AnyKey Key()
Undocumented in source. Be warned that the author may not have intended to support it.
- Shift
KeyButtonWithSpecial Shift()
Undocumented in source. Be warned that the author may not have intended to support it.
- Super
KeyButtonWithSpecial Super()
Undocumented in source. Be warned that the author may not have intended to support it.
- and
AndKeyNotification and(KeyNotification[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPressed
KeyPressed isPressed(KeyButton key)
Undocumented in source. Be warned that the author may not have intended to support it.
- isReleased
KeyReleased isReleased(KeyButton key)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
auto on(KeyPressing k, Window window, uint priority)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
auto on(KeyReleasing k, Window window, uint priority)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
auto on(KeyPressed k, Window window)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
auto on(KeyReleased k, Window window)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
NotificationType on(NotificationType notification, Window window)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
AnyKeyNotification on(AnyKeyNotification notification, Window window)
Undocumented in source. Be warned that the author may not have intended to support it.
- or
OrKeyNotification or(KeyNotification[] keys)
Undocumented in source. Be warned that the author may not have intended to support it.
- pressed
KeyNotification pressed(KeyButton key)
Undocumented in source. Be warned that the author may not have intended to support it.
- pressed
KeyNotification pressed(KeyButtonWithSpecial button)
Undocumented in source. Be warned that the author may not have intended to support it.
- pressed
AnyKeyNotification pressed(AnyKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
- pressing
auto pressing(KeyButton key, uint priority)
Undocumented in source. Be warned that the author may not have intended to support it.
- released
KeyNotification released(KeyButton key)
Undocumented in source. Be warned that the author may not have intended to support it.
- released
KeyNotification released(KeyButtonWithSpecial button)
Undocumented in source. Be warned that the author may not have intended to support it.
- released
AnyKeyNotification released(AnyKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
- releasing
auto releasing(KeyButton key, uint priority)
Undocumented in source. Be warned that the author may not have intended to support it.
- repeated
KeyNotification repeated(KeyButton key)
Undocumented in source. Be warned that the author may not have intended to support it.
- repeated
KeyNotification repeated(KeyButtonWithSpecial button)
Undocumented in source. Be warned that the author may not have intended to support it.
- repeated
AnyKeyNotification repeated(AnyKey key)
Undocumented in source. Be warned that the author may not have intended to support it.
- when
VoidEvent when(NotificationType notification)
Undocumented in source. Be warned that the author may not have intended to support it.
- when
auto when(AnyKeyNotification notification)
Undocumented in source. Be warned that the author may not have intended to support it.