mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mosaic
mosaic-terminal
/
com.jakewharton.mosaic.terminal.event
/
ResizeEvent
Resize
Event
class
ResizeEvent
(
val
columns
:
Int
,
val
rows
:
Int
,
val
width
:
Int
,
val
height
:
Int
)
:
Event
Members
Constructors
Resize
Event
Link copied to clipboard
constructor
(
columns
:
Int
,
rows
:
Int
,
width
:
Int
,
height
:
Int
)
Properties
columns
Link copied to clipboard
val
columns
:
Int
height
Link copied to clipboard
val
height
:
Int
rows
Link copied to clipboard
val
rows
:
Int
width
Link copied to clipboard
val
width
:
Int