Searched refs:setStates (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp802 int32 offsets[128], char c, uint8* setStates, int32& setModifier,
807 _SetStateBit(setStates, i);
810 _SetStateBit(setStates, map->left_shift_key);
813 _SetStateBit(setStates, map->left_option_key);
816 _SetStateBit(setStates, map->left_control_key);
819 _SetStateBit(setStates, map->caps_key);
832 KeyStrokeSequenceCommandActuator::_SetStateBit(uint8* setStates, uint32 key, argument
836 setStates[key / 8] |= (0x80 >> (key % 8));
838 setStates[key / 8] &= ~(0x80 >> (key % 8));
801 _LookupKeyCode(key_map* map, char* keys, int32 offsets[128], char c, uint8* setStates, int32& setModifier, int32 setTo) const argument
H A DCommandActuators.h127 uint8* setStates, int32& setModifier,
129 void _SetStateBit(uint8* setStates, uint32 key,

Completed in 79 milliseconds