Constructor Pressable
Pressable()
Constructor.
Declaration
public Pressable()
Pressable(Action)
Constructor.
Declaration
public Pressable(Action handler)
Parameters
| Type | Name | Description | 
|---|---|---|
| Action | handler | The event handler to register with the Pressed event.  | 
    
Pressable(Action<EventBase>)
Constructor.
Declaration
public Pressable(Action<EventBase> handler)
Parameters
| Type | Name | Description | 
|---|---|---|
| Action<EventBase> | handler | The event handler to register with the Pressed event.  |