ReactOS 0.4.16-dev-746-g329a414
|
#include <inport.h>
Public Attributes | |
CHAR | DeltaX |
CHAR | DeltaY |
UCHAR | Buttons |
ULONG | ButtonDiff |
ULONG _INPORT_RAW_DATA::ButtonDiff |
Definition at line 39 of file inport.h.
Referenced by InPortDpcForIsr(), and InPortIsr().
UCHAR _INPORT_RAW_DATA::Buttons |
Definition at line 38 of file inport.h.
Referenced by InPortDpcForIsr(), and InPortIsr().
CHAR _INPORT_RAW_DATA::DeltaX |
Definition at line 36 of file inport.h.
Referenced by InPortDpcForIsr(), and InPortIsr().
CHAR _INPORT_RAW_DATA::DeltaY |
Definition at line 37 of file inport.h.
Referenced by InPortDpcForIsr(), and InPortIsr().