MouseButtonTriggerAction

data class MouseButtonTriggerAction(type: ActionOnMouse, button: MouseButton) : MouseTriggerAction

A MouseTriggerAction related to mouse button presses.

Parameters

type

the type of the action performed with the mouse

button

the button related to the action performed

Constructors

Link copied to clipboard
fun MouseButtonTriggerAction(type: ActionOnMouse, button: MouseButton)

Properties

Link copied to clipboard
val button: MouseButton
Link copied to clipboard
val type: ActionOnMouse