Share via


JOYOEMHWCAPS structure

The JOYOEMHWCAPS structure contains the hardware capabilities of the joystick.

Syntax

typedef struct {
  DWORD dwMaxButtons;
  DWORD dwMaxAxes;
  DWORD dwNumAxes;
} JOYOEMHWCAPS, *LPJOYOEMHWCAPS;

Members

  • dwMaxButtons
    Indicates the number of buttons on the device.

  • dwMaxAxes
    Indicates the highest axis number that can be polled.

  • dwNumAxes
    Indicates the number of axes on the device.

 

 

Send comments about this topic to Microsoft