EOS_UI_IsValidKeyCombination

EOS API reference page for EOS_UI_IsValidKeyCombination

Under 1 min to read

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 NameUsage Information
EOS_HUI Handle
EOS_UI_EKeyCombination KeyCombinationThe key to test.