Method ProcessDownEvent
ProcessDownEvent(EventBase, Vector2, int)
This method processes the down event sent to the target Element.
Declaration
protected override void ProcessDownEvent(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. |