Search
Manipulator Methods
 


 Public Methods

  Name Description

cancel

Called when the manipulator should cancel the current manipulation.

drawsInLocalCoordinates

Returns whether the manipulator object draws in local or global coordinates.

getItem

 

needsPointerMessages

Returns whether the manipulator object needs to track mouse events.

onGotFocus

Called when the manipulator receives input focus.

onLostFocus

Called when the manipulator loses the input focus.

onPointerDown

Called when the left mouse button is pressed while the pointer is over this manipulator.

onPointerMove

Called when the mouse is moved while this manipulator tracks the mouse events.

onPointerUp

Called when the left mouse button is released while this manipulator tracks the mouse events.

setMouseCursor

 

 See Also