Search
TouchController Methods
 


 Public Methods

  Name Description

DisallowCursor

The cursor to display when interaction is not allowed. (Inherited from BaseController.)

DrawInteraction

Called on the current controller to let it draw an appropriate feedback for the current user action. (Inherited from BaseController.)

OnCancel

Called when the operation is canceled.

OnTouchDown

Called when the user touches the surface.

OnTouchMove

Called when the user moves his finger across the surface.

OnTouchUp

Called when the user lifts his finger from the surface.

Validate

Called to validate the operation at current pointer position. (Inherited from BaseController.)

 See Also