Home
last modified time | relevance | path

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

/reactos/drivers/input/inport/
H A Dhardware.c79 #define MS_BUTTON_MIDDLE 0x02 macro
176 if (RawData.ButtonDiff & MS_BUTTON_MIDDLE) in InPortDpcForIsr()
178 if (RawData.Buttons & MS_BUTTON_MIDDLE) in InPortDpcForIsr()
291 Buttons &= (MS_BUTTON_MIDDLE | MS_BUTTON_LEFT | MS_BUTTON_RIGHT); in InPortIsr()