toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.input
/
GamePadEvents
/
button
button
fun
button
(
callback
:
suspend
(
playerId
:
Int
,
pressed
:
Boolean
,
button
:
GameButton
,
value
:
Float
)
->
Unit
)
fun
button
(
playerId
:
Int
,
callback
:
suspend
(
pressed
:
Boolean
,
button
:
GameButton
,
value
:
Float
)
->
Unit
)
val
button
:
Signal
<
GamePadButtonEvent
>