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
/
MouseEvent
/
MouseEvent
Mouse
Event
constructor
(
x
:
Int
,
y
:
Int
,
type
:
MouseEvent.Type
,
button
:
MouseEvent.Button
=
Button.None
,
shift
:
Boolean
=
false
,
alt
:
Boolean
=
false
,
ctrl
:
Boolean
=
false
)