toggle menu
KStg
1.0-SNAPSHOT
jvm
switch theme
search in API
KStg
/
top.kkoishi.stg.logic.keys
/
KeyBindInvoker
Key
Bind
Invoker
class
KeyBindInvoker
<
ObjectType
:
Object
>
(
val
action
:
(
ObjectType
)
->
Unit
)
:
KeyBindEvent
<
ObjectType
,
Unit
>
Members
Constructors
Key
Bind
Invoker
Link copied to clipboard
constructor
(
action
:
(
ObjectType
)
->
Unit
)
Properties
action
Link copied to clipboard
val
action
:
(
ObjectType
)
->
Unit
Functions
invoke
Link copied to clipboard
open
override
fun
invoke
(
it
:
ObjectType
)