toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.event
/
Event
Event
abstract
class
Event
Inheritors
ActionEvent
KeyEvent
KeyTypedEvent
MouseEventBase
ResizeEvent
Members
Constructors
Event
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
event
Type
Link copied to clipboard
abstract
val
eventType
:
EventType
<
*
>
Functions
consume
Link copied to clipboard
fun
consume
(
)
Prevents further processing of this event.
is
Consumed
Link copied to clipboard
fun
isConsumed
(
)
:
Boolean