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

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp208 fWhichButtons(B_PRIMARY_MOUSE_BUTTON)
211 fWhichButtons = 0;
218 fWhichButtons |= B_PRIMARY_MOUSE_BUTTON;
221 fWhichButtons |= B_SECONDARY_MOUSE_BUTTON;
224 fWhichButtons |= B_TERTIARY_MOUSE_BUTTON;
235 fWhichButtons(B_PRIMARY_MOUSE_BUTTON)
237 from->FindInt32("buttons", &fWhichButtons);
250 into->AddInt32("buttons", fWhichButtons);
258 return fWhichButtons;
273 fakeMouse->AddInt32("buttons", fWhichButtons);
[all...]
H A DCommandActuators.h184 int32 fWhichButtons; member in class:MouseCommandActuator

Completed in 34 milliseconds