> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GAMEPAD_REPORT_EX

> GAMEPAD_REPORT_EX

# GAMEPAD\_REPORT\_EX

Una instantánea del estado de un mando con información extendida.

## Sintaxis

```cpp theme={null}
typedef struct GAMEPAD_REPORT_EX {  
    UINT16 Buttons;  
    UINT16 LeftTrigger;  
    UINT16 RightTrigger;  
    INT16 LeftThumbstickX;  
    INT16 LeftThumbstickY;  
    INT16 RightThumbstickX;  
    INT16 RightThumbstickY;  
    UINT32 MoreButtons;  
} GAMEPAD_REPORT_EX  
```

### Miembros

*Buttons*\
Tipo: UINT16

Una combinación de valores de marca de [GAMEPAD\_BUTTONS](/reference/tools/xtf/xtfinput/enumerations/GAMEPAD_BUTTONS-typedef-xtfinput-xbox-windows-t) que representan el estado de los botones del mando.

*LeftTrigger*\
Tipo: UINT16

Valor entre 0 y 1023 que indica cuánto se presiona el gatillo izquierdo.

*RightTrigger*\
Tipo: UINT16

Valor entre 0 y 1023 que indica cuánto se presiona el gatillo derecho.

*LeftThumbstickX*\
Tipo: INT16

Valor entre -32768 y 32767 que indica la posición del stick izquierdo en el eje x.

*LeftThumbstickY*\
Tipo: INT16

Valor entre -32768 y 32767 que indica la posición del stick izquierdo en el eje y.

*RightThumbstickX*\
Tipo: INT16

Valor entre -32768 y 32767 que indica la posición del stick derecho en el eje x.

*RightThumbstickY*\
Tipo: INT16

Valor entre -32768 y 32767 que indica la posición del stick derecho en el eje y.

*MoreButtons*\
Tipo: UINT32

Botones que solo están presentes en los mandos XBOX Series. Use valores de GAMEPAD\_MORE\_BUTTONS como máscara para especificar el estado de estos botones.

## Requisitos

**Encabezado:** XtfInput.h
**Biblioteca:** xtfinput.lib\
**Plataformas compatibles:** Windows (para herramientas de consola XBOX)

## Consulte también

[XtfInput](/reference/tools/xtf/xtfinput/xtfinput-xbox-microsoft-n)\
[SendGamepadReportEx](/reference/tools/xtf/xtfinput/classes/IXtfInputClient/methods/ixtfinputclient_sendgamepadreportex)\
[IXtfInputClient::ConnectGamepad](/reference/tools/xtf/xtfinput/classes/IXtfInputClient/methods/connectgamepad-ixtfinputclient-xtfinput-xbox-windows-m)


## Related topics

- [IXtfInputClient::SendGamepadReportEx](/es/reference/tools/xtf/xtfinput/classes/IXtfInputClient/methods/ixtfinputclient_sendgamepadreportex.md)
- [IXtfInputClient::SendGamepadReportWithAudio](/es/reference/tools/xtf/xtfinput/classes/IXtfInputClient/methods/ixtfinputclient_sendgamepadreportwithaudio.md)
- [GAMEPAD_MORE_BUTTONS](/es/reference/tools/xtf/xtfinput/enumerations/gamepad_more_buttons.md)
- [GAMEPAD_REPORT (estructura)](/es/reference/tools/xtf/xtfinput/structures/GAMEPAD_REPORT-xtfinput-xbox-windows-t.md)
- [IXtfInputClient::SendGamepadReport (método)](/es/reference/tools/xtf/xtfinput/classes/IXtfInputClient/methods/sendgamepadreport-ixtfinputclient-xtfinput-xbox-windows-m.md)
