Searched refs:MIDDLE_BUTTON (Results 1 – 1 of 1) sorted by relevance
76 static const sal_uInt32 MIDDLE_BUTTON (0x00000040); variable99 static const sal_uInt32 BUTTON_MASK (LEFT_BUTTON | RIGHT_BUTTON | MIDDLE_BUTTON);915 case MOUSE_MIDDLE: nEventCode |= MIDDLE_BUTTON; break; in EncodeMouseEvent()