glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.event
/
ResizeEvent
Resize
Event
class
ResizeEvent
(
val
oldWidth
:
Int
,
val
oldHeight
:
Int
,
val
width
:
Int
,
val
height
:
Int
)
:
Event
Members
Constructors
Resize
Event
Link copied to clipboard
constructor
(
oldWidth
:
Int
,
oldHeight
:
Int
,
width
:
Int
,
height
:
Int
)
Properties
event
Type
Link copied to clipboard
open
override
val
eventType
:
EventType
<
*
>
height
Link copied to clipboard
val
height
:
Int
old
Height
Link copied to clipboard
val
oldHeight
:
Int
old
Width
Link copied to clipboard
val
oldWidth
:
Int
width
Link copied to clipboard
val
width
:
Int
Functions
consume
Link copied to clipboard
fun
consume
(
)
Prevents further processing of this event.
is
Consumed
Link copied to clipboard
fun
isConsumed
(
)
:
Boolean