This function is part of the UI Interface.
Determine if a key combination is valid. A key combinations must have a single key and at least one modifier.
The single key must be one of the following: F1 through F12, Space, Backspace, Escape, or Tab.
The modifier key must be one or more of the following: Shift, Control, or Alt.
Return Value
EOS_TRUE if the provided key combination is valid.
Parameters
EOS_UI_IsValidKeyCombination
Parameter Type And Name
|
Usage Information
|
EOS_HUI Handle
|
|
EOS_UI_EKeyCombination KeyCombination
|
The key to test.
|
This function is part of the UI Interface.
Determine if a key combination is valid. A key combinations must have a single key and at least one modifier.
The single key must be one of the following: F1 through F12, Space, Backspace, Escape, or Tab.
The modifier key must be one or more of the following: Shift, Control, or Alt.
Return Value
true if the provided key combination is valid.
Parameters
UI.UIInterface.IsValidKeyCombination
Parameter Type And Name
|
Usage Information
|
KeyCombination keyCombination
|
The key to test.
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no