Package | Description |
---|---|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Method and Description |
---|---|
Touch2DPoint |
Touch2DEvent.getTouchPoint()
Returns the touch point associated with this event.
|
Modifier and Type | Method and Description |
---|---|
IListEnumerable<Touch2DPoint> |
CanvasControl.getCurrentTouchDevices()
Gets a list of the active
Touch2DPoint s at the time of invocation. |
Constructor and Description |
---|
Touch2DEvent(Object source,
EventType<Touch2DEvent> eventType,
PointD location,
Touch2DPoint touchPoint,
ModifierKeys changedModifiers,
ModifierKeys modifiers)
Constructs a new Touch2DEvent argument.
|
Touch2DEvent(Object source,
EventType<Touch2DEvent> eventType,
PointD location,
Touch2DPoint touchPoint,
ModifierKeys changedModifiers,
ModifierKeys modifiers,
int tapCount)
Constructs a new touch event argument.
|