Reference Manual - 1.2.7
IDirectFBWindow   SetKeySelection

Selects a mode for filtering keys while being focused.

DFBResult 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.

Creative Commons License This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License