Lines Matching refs:button
504 MouseButton button = MOUSEBUTTON_UNKNOWN; in processEvent() local
508 switch (xEvent.xbutton.button) in processEvent()
522 button = MOUSEBUTTON_LEFT; in processEvent()
525 button = MOUSEBUTTON_MIDDLE; in processEvent()
528 button = MOUSEBUTTON_RIGHT; in processEvent()
531 button = MOUSEBUTTON_BUTTON4; in processEvent()
534 button = MOUSEBUTTON_BUTTON5; in processEvent()
548 if (button != MOUSEBUTTON_UNKNOWN) in processEvent()
551 event.MouseButton.Button = button; in processEvent()
562 MouseButton button = MOUSEBUTTON_UNKNOWN; in processEvent() local
564 switch (xEvent.xbutton.button) in processEvent()
567 button = MOUSEBUTTON_LEFT; in processEvent()
570 button = MOUSEBUTTON_MIDDLE; in processEvent()
573 button = MOUSEBUTTON_RIGHT; in processEvent()
576 button = MOUSEBUTTON_BUTTON4; in processEvent()
579 button = MOUSEBUTTON_BUTTON5; in processEvent()
586 if (button != MOUSEBUTTON_UNKNOWN) in processEvent()
589 event.MouseButton.Button = button; in processEvent()