Mouse Button Event
class MouseButtonEvent(val key: InputConstants.Key, val button: Int, val action: Int, val mods: Int, val screen: Screen? = null) : Event, WebSocketEvent
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Indicates whether the event should be serialized asynchronously. If set to true, the event will be serialized in a separate thread.
Link copied to clipboard