HomeSort by relevance Sort by last modified time
    Searched defs:out_of_range_group_action (Results 1 - 2 of 2) sorted by null

  /external/libxkbcommon/xkbcommon/src/xkbcomp/
symbols.c 99 enum xkb_range_exceed_type out_of_range_group_action; member in struct:__anon26716
146 keyi->out_of_range_group_action = RANGE_WRAP;
410 into->out_of_range_group_action = from->out_of_range_group_action;
910 keyi->out_of_range_group_action = (set ? RANGE_WRAP : RANGE_SATURATE);
925 keyi->out_of_range_group_action = (set ? RANGE_SATURATE : RANGE_WRAP);
940 keyi->out_of_range_group_action = RANGE_REDIRECT;
    [all...]
  /external/libxkbcommon/xkbcommon/src/
keymap.h 342 enum xkb_range_exceed_type out_of_range_group_action; member in struct:xkb_key
461 enum xkb_range_exceed_type out_of_range_group_action,

Completed in 93 milliseconds