mosaic
Toggle table of contents
0.17.0-SNAPSHOT
common
jvm
native
Platform filter
common
jvm
native
Switch theme
Search in API
mosaic
mosaic-tty
/
com.jakewharton.mosaic.tty
/
Tty
/
Callback
Callback
common
jvm
native
expect
interface
Callback
actual
interface
Callback
actual
interface
Callback
Members
Functions
on
Focus
Link copied to clipboard
common
jvm
native
expect
abstract
fun
onFocus
(
focused
:
Boolean
)
actual
abstract
fun
onFocus
(
focused
:
Boolean
)
actual
abstract
fun
onFocus
(
focused
:
Boolean
)
on
Key
Link copied to clipboard
common
jvm
native
expect
abstract
fun
onKey
(
)
actual
abstract
fun
onKey
(
)
actual
abstract
fun
onKey
(
)
on
Mouse
Link copied to clipboard
common
jvm
native
expect
abstract
fun
onMouse
(
)
actual
abstract
fun
onMouse
(
)
actual
abstract
fun
onMouse
(
)
on
Resize
Link copied to clipboard
common
jvm
native
expect
abstract
fun
onResize
(
columns
:
Int
,
rows
:
Int
,
width
:
Int
,
height
:
Int
)
actual
abstract
fun
onResize
(
columns
:
Int
,
rows
:
Int
,
width
:
Int
,
height
:
Int
)
actual
abstract
fun
onResize
(
columns
:
Int
,
rows
:
Int
,
width
:
Int
,
height
:
Int
)