Method ProcessDownEvent
ProcessDownEvent(EventBase, Vector2, int)
Custom handling of pointer enter events.
Declaration
protected virtual void ProcessDownEvent(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.  |