Platform SDK: DirectX

CONST_DIMOUSEOFS

The members of the CONST_DIMOUSEOFS enumeration represent the offset of the data for the various mouse device objects within the data format.

Enum CONST_DIMOUSEOFS
    DIMOFS_BUTTON0 = 12
    DIMOFS_BUTTON1 = 13
    DIMOFS_BUTTON2 = 14
    DIMOFS_BUTTON3 = 15
    DIMOFS_X =        0
    DIMOFS_Y =        4
    DIMOFS_Z =        8
End Enum
DIMOFS_BUTTON(n)
Offset of the data for button n.
DIMOFS_X, DIMOFS_Y, DIMOFS_Z
Offset of the data for the axis.