Property | Type | Description | |
---|---|---|---|
action | Action | ||
keyCode | KeyCode, | ||
modifier | Modifier, |
Method | Description | |
---|---|---|
OnSubmit ( ) : void |
Ignore the KeyUp message if the input field "ate" it.
|
|
Start ( ) : void |
If we're bound to an input field, subscribe to its Submit notification.
|
|
Update ( ) : void |
Process the key binding.
|
Method | Description | |
---|---|---|
IsModifierActive ( ) : bool |
Convenience function that checks whether the required modifier key is active.
|