Method ProcessMoveEvent
ProcessMoveEvent(EventBase, Vector2)
Custom handling of pointer move events.
Declaration
protected virtual void ProcessMoveEvent(EventBase evt, Vector2 localPos)
Parameters
| Type | Name | Description |
|---|---|---|
| EventBase | evt | The event to process. |
| Vector2 | localPos | The local position of the pointer. |