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