Lines Matching refs:button
398 MouseButton button = MOUSEBUTTON_UNKNOWN; in processEvent() local
402 switch (xEvent.xbutton.button) in processEvent()
416 button = MOUSEBUTTON_LEFT; in processEvent()
419 button = MOUSEBUTTON_MIDDLE; in processEvent()
422 button = MOUSEBUTTON_RIGHT; in processEvent()
425 button = MOUSEBUTTON_BUTTON4; in processEvent()
428 button = MOUSEBUTTON_BUTTON5; in processEvent()
442 if (button != MOUSEBUTTON_UNKNOWN) in processEvent()
445 event.mouseButton.button = button; in processEvent()
456 MouseButton button = MOUSEBUTTON_UNKNOWN; in processEvent() local
458 switch (xEvent.xbutton.button) in processEvent()
461 button = MOUSEBUTTON_LEFT; in processEvent()
464 button = MOUSEBUTTON_MIDDLE; in processEvent()
467 button = MOUSEBUTTON_RIGHT; in processEvent()
470 button = MOUSEBUTTON_BUTTON4; in processEvent()
473 button = MOUSEBUTTON_BUTTON5; in processEvent()
480 if (button != MOUSEBUTTON_UNKNOWN) in processEvent()
483 event.mouseButton.button = button; in processEvent()