IMouseListener

鼠标事件

Functions

Link copied to clipboard
abstract fun onActive(code: Int)

键盘按下时触发

Link copied to clipboard
abstract fun onPressed(code: Int)

键盘按下时触发

Link copied to clipboard
abstract fun onReleased(code: Int)

键盘释放时触发