Search
SinglePointerController Members
Constructors Methods
 


Processes mouse or single-touch events targeting a diagram element.

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

 Public Constructors

  Name Description

SinglePointerController

Initializes a new instance of the SinglePointerController class.

 Public Methods

  Name Description

cancel

Called when the user stops drawing or modifying a diagram element, rejecting the operation.

commit

Called when the user stops drawing or modifying a diagram element, accepting the operation.

drawInteraction

Called to draw current state of user interaction.

move

Called continuously while the user draws with the mouse or touch.

start

Called when the user starts drawing or modifying a diagram element.

validate

Called to validate the operation at current pointer position.

 See Also