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

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandExecutor.cpp83 CommandActuator* actuator local
86 if (actuator)
87 actuator->KeyEventAsync(message, asyncData);
H A DKeyCommandMap.cpp42 hks(int32 key, BitFieldTester* tester, CommandActuator* actuator, argument
47 fActuator(actuator),
179 CommandActuator* actuator local
181 if (actuator != NULL) {
186 actuator->KeyEvent(&newMessage, outList, &asyncData,
290 CommandActuator* actuator local
292 if (actuator != NULL) {
293 newList->AddItem(new hks(key, tester, actuator,

Completed in 101 milliseconds