| Reference Manual - 1.1.1 | ||
| |||
Selects a mode for filtering keys while being focused.
| SetKeySelection ( | ||||
| IDirectFBWindow | * | thiz, | ||
| DFBWindowKeySelection | selection, | |||
| const DFBInputDeviceKeySymbol | * | keys, | ||
| unsigned int | num_keys | |||
| ); | ||||
The selection defines whether all, none or a specific set (list) of keys is selected. In case of a specific set, the keys array with num_keys has to be provided.
Multiple calls to this method are possible. Each overrides all settings from the previous call.
| This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License |