Method ProcessUpEvent
ProcessUpEvent(EventBase, Vector2, int)
This method processes the up event sent to the target Element.
Declaration
protected override void ProcessUpEvent(EventBase evt, Vector2 localPosition, int pointerId)
Parameters
| Type | Name | Description |
|---|---|---|
| EventBase | evt | The event to process. |
| Vector2 | localPosition | The local position of the pointer. |
| int | pointerId | The pointer id of the pointer. |