Search
MouseInputDispatcher Members
Constructors Methods
 


Processes mouse events and dispatches them to controller objects appropriate for current context.

The following tables list the members exposed by the MouseInputDispatcher type.

 Public Constructors

  Name Description

MouseInputDispatcher

Overloaded.  

 Public Methods

  Name Description

onMouseDown

Called when the user presses down a mouse button.

onMouseMove

Called when the user moves the mouse.

onMouseUp

Called when the user releases a mouse button.

 See Also