Struttura JOYINFO (joystickapi.h)
La struttura JOYINFO contiene informazioni sulla posizione del joystick e sullo stato del pulsante.
Sintassi
typedef struct joyinfo_tag {
UINT wXpos;
UINT wYpos;
UINT wZpos;
UINT wButtons;
} JOYINFO, *PJOYINFO, *NPJOYINFO, *LPJOYINFO;
Members
wXpos
Coordinata X corrente.
wYpos
Coordinata Y corrente.
wZpos
Coordinata Z corrente.
wButtons
Stato corrente dei pulsanti joystick descritti da uno o più dei valori seguenti:
Pulsante | Descrizione |
---|---|
JOY_BUTTON1 | Viene premuto il primo pulsante joystick. |
JOY_BUTTON2 | Viene premuto il secondo pulsante del joystick. |
JOY_BUTTON3 | Viene premuto il terzo pulsante joystick. |
JOY_BUTTON4 | Viene premuto il quarto pulsante del joystick. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | joystickapi.h (include Windows.h) |
Vedi anche
Joystick
Strutture joystick multimediali