This function is part of the UI Interface.
Remarks
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. |