Searched defs:button (Results 1 – 11 of 11) sorted by relevance
270 LocationButton button; variable296 LocationButton button; variable322 LocationButton button; variable361 LocationButton button; variable377 LocationButton button; variable
55 SaveButton button; variable
55 PasteButton button; variable
235 for (size_t button = BTN_MOUSE; button < BTN_JOYSTICK; ++button) { in HasMouseButton() local246 for (size_t button = BTN_JOYSTICK; button < BTN_DIGI; ++button) { in HasJoystickAxesOrButtons() local251 for (size_t button = BTN_TRIGGER_HAPPY1; button <= BTN_TRIGGER_HAPPY40; ++button) { in HasJoystickAxesOrButtons() local256 for (size_t button = BTN_DPAD_UP; button <= BTN_DPAD_RIGHT; ++button) { in HasJoystickAxesOrButtons() local
112 int32_t VirtualMouse::DownButton(int32_t button) in DownButton()126 int32_t VirtualMouse::UpButton(int32_t button) in UpButton()
203 for (size_t button = BTN_MOUSE; button < BTN_JOYSTICK; ++button) { in HasMouseButton() local214 for (size_t button = BTN_JOYSTICK; button < BTN_DIGI; ++button) { in HasJoystickAxesOrButtons() local219 for (size_t button = BTN_TRIGGER_HAPPY1; button <= BTN_TRIGGER_HAPPY40; ++button) { in HasJoystickAxesOrButtons() local224 for (size_t button = BTN_DPAD_UP; button <= BTN_DPAD_RIGHT; ++button) { in HasJoystickAxesOrButtons() local
36 LabelBtnAdapter *button = nullptr; in OnFocus() local50 LabelBtnAdapter *button = nullptr; in OnBlur() local
38 LocationButton button; in BuildInvalidLocationComponent() local67 LocationButton button; in BuildValidLocationComponent() local
5 { "action": "down", "button": "BTN_LEFT" }, string18 { "action": "up", "button": "BTN_LEFT" }, string
596 for (auto button : multiButton) { in RecoverActionButton() local1079 for (auto button : actionButtonMap_) { in Marshalling() local1310 for (auto button : actionButtonMap_) { in GetButtonInfo() local1415 for (auto button : actionButtonMap_) { in AddActionButtons() local
58 void SendMouseEvent(int x, int y, int button, int action, int count) override in SendMouseEvent()