orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-panel
/
org.openrndr.panel.elements
/
Element
/
KeyboardObservables
Keyboard
Observables
class
KeyboardObservables
(
source
)
Members
Constructors
Keyboard
Observables
Link copied to clipboard
constructor
(
)
Properties
character
Link copied to clipboard
val
character
:
Event
<
CharacterEvent
>
focus
Gained
Link copied to clipboard
val
focusGained
:
Event
<
FocusEvent
>
focus
Lost
Link copied to clipboard
val
focusLost
:
Event
<
FocusEvent
>
pressed
Link copied to clipboard
val
pressed
:
Event
<
KeyEvent
>
released
Link copied to clipboard
val
released
:
Event
<
KeyEvent
>
repeated
Link copied to clipboard
val
repeated
:
Event
<
KeyEvent
>