mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
mosaic
mosaic-runtime
/
com.jakewharton.mosaic.layout
/
KeyEvent
Key
Event
@
Immutable
class
KeyEvent
(
val
key
:
String
,
val
alt
:
Boolean
=
false
,
val
ctrl
:
Boolean
=
false
,
val
shift
:
Boolean
=
false
)
Members
Constructors
Key
Event
Link copied to clipboard
constructor
(
key
:
String
,
alt
:
Boolean
=
false
,
ctrl
:
Boolean
=
false
,
shift
:
Boolean
=
false
)
Properties
alt
Link copied to clipboard
val
alt
:
Boolean
=
false
ctrl
Link copied to clipboard
val
ctrl
:
Boolean
=
false
key
Link copied to clipboard
val
key
:
String
shift
Link copied to clipboard
val
shift
:
Boolean
=
false