Package | Description |
---|---|
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Method and Description |
---|---|
protected void |
GraphEditorInputMode.doubleTap(IModelItem item,
TapEventArgs args)
Actually performs a double-tap on the given item.
|
protected void |
TapInputMode.onDoubleTapped(TapEventArgs eventArgs)
Called once this mode has recognized a double-tap gesture.
|
protected void |
TapInputMode.onTapped(TapEventArgs eventArgs)
Called once this mode has recognized a tap gesture.
|
Modifier and Type | Method and Description |
---|---|
void |
TapInputMode.addDoubleTappedListener(IEventHandler<TapEventArgs> doubleTappedEvent)
Adds the given listener for the
DoubleTapped event that occurs once a double-tap has been detected. |
void |
TapInputMode.addTappedListener(IEventHandler<TapEventArgs> tappedEvent)
Adds the given listener for the
Tapped event that occurs once a tap has been detected. |
void |
TapInputMode.removeDoubleTappedListener(IEventHandler<TapEventArgs> doubleTappedEvent)
Removes the given listener for the
DoubleTapped event that occurs once a double-tap has been detected. |
void |
TapInputMode.removeTappedListener(IEventHandler<TapEventArgs> tappedEvent)
Removes the given listener for the
Tapped event that occurs once a tap has been detected. |