toggle menu
Glok
0.5.1
common
switch theme
search in API
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