| 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 |
MoveInputMode.onQueryPositionHandler(QueryPositionHandlerEventArgs args)
Raises the
QueryPositionHandler event. |
| Modifier and Type | Method and Description |
|---|---|
void |
MoveInputMode.addQueryPositionHandlerListener(IEventHandler<QueryPositionHandlerEventArgs> queryPositionHandlerEvent)
Adds the given listener for the
QueryPositionHandler event that occurs when a drag is recognized for the
MoveInputMode. |
void |
MoveInputMode.removeQueryPositionHandlerListener(IEventHandler<QueryPositionHandlerEventArgs> queryPositionHandlerEvent)
Removes the given listener for the
QueryPositionHandler event that occurs when a drag is recognized for the
MoveInputMode. |