Method HandleKeyboard
HandleKeyboard(Event, FilterWindow, Action)
Handles custom keyboard events on this group.
Declaration
public virtual bool HandleKeyboard(Event evt, FilterWindow window, Action goToParent)
Parameters
| Type | Name | Description |
|---|---|---|
| Event | evt | The event. |
| FilterWindow | window | A reference to the parent FilterWindow. |
| Action | goToParent | The action to execute if a "back" action is triggered in the UI. |
Returns
| Type | Description |
|---|---|
| bool |
|