Lines Matching refs:button
376 for (int32_t button = BTN_JOYSTICK; button < BTN_DIGI && !hasJoystickAxesOrButtons; button++) {
377 hasJoystickAxesOrButtons = key.CheckBit(button);
379 for (int32_t button = BTN_TRIGGER_HAPPY1; button <= BTN_TRIGGER_HAPPY40 && !hasJoystickAxesOrButtons;
380 button++) {
381 hasJoystickAxesOrButtons = key.CheckBit(button);
383 for (int32_t button = BTN_DPAD_UP; button <= BTN_DPAD_RIGHT && !hasJoystickAxesOrButtons; button++) {
384 hasJoystickAxesOrButtons = key.CheckBit(button);
412 for (int32_t button = BTN_MOUSE; button < BTN_JOYSTICK && !flag; button++) {
413 flag = key.CheckBit(button);
474 * absolute axes, but no touch/pressure button. */