InputEventListener

fun interface InputEventListener

Input events listener for HUD elements.

Functions

Link copied to clipboard
abstract fun onInputEvent(position: <Error class: unknown class>, event: Any?): Boolean

Called when given input event occurs at given position.