ConsoleGameEngine
1.2.1
jvm
ConsoleGameEngine
/
top.kmar.game.listener
/
IKeyboardListener
IKeyboard
Listener
interface
IKeyboardListener
:
IButtonListener
键盘事件
Members
Functions
on
Active
Link copied to clipboard
abstract
fun
onActive
(
code
:
Int
)
键盘按下时触发
on
Pressed
Link copied to clipboard
abstract
fun
onPressed
(
code
:
Int
)
键盘按下时触发
on
Released
Link copied to clipboard
abstract
fun
onReleased
(
code
:
Int
)
键盘释放时触发