Home
last modified time | relevance | path

Searched refs:MOUSE_BUTTON_MIDDLE (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/input/sermouse/
H A Dreadmouse.c201 Input->RawButtons = (DeviceExtension->PreviousButtons & MOUSE_BUTTON_MIDDLE) | in SermouseDeviceWorker()
210 (DeviceExtension->PreviousButtons & MOUSE_BUTTON_MIDDLE)) in SermouseDeviceWorker()
212 Input->RawButtons ^= MOUSE_BUTTON_MIDDLE; in SermouseDeviceWorker()
246 if (ButtonsDifference & MOUSE_BUTTON_MIDDLE in SermouseDeviceWorker()
249 if (Input->RawButtons & MOUSE_BUTTON_MIDDLE) in SermouseDeviceWorker()
H A Dsermouse.h48 #define MOUSE_BUTTON_MIDDLE 0x04 macro
/reactos/subsystems/mvdm/ntvdm/dos/
H A Dmouse32.h28 MOUSE_BUTTON_MIDDLE, enumerator