NodeBoundMouseEventDispatcher

open class NodeBoundMouseEventDispatcher(node: Node) : DynamicMouseEventDispatcher

A mouse event dispatcher that catches mouse input from a node.

Constructors

Link copied to clipboard
fun NodeBoundMouseEventDispatcher(node: Node)

Functions

Link copied to clipboard
open operator override fun set(trigger: MouseTriggerAction, job: (event: MouseEvent) -> Unit)

Adds a job to be performed whenever an event triggers the dispatcher through the listener.

Link copied to clipboard
fun setDynamicAction(trigger: MouseTriggerAction, job: (MouseEvent) -> Unit)

Set a dynamic action.

Properties

Link copied to clipboard
open override val listener: MouseActionListener

The listener bound to this dispatcher.