> ## 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_MORE_BUTTONS

> GAMEPAD_MORE_BUTTONS

# GAMEPAD\_MORE\_BUTTONS

Marcas de identificador de los botones del mando que solo están presentes en los mandos XBOX Series.

## Sintaxis

```cpp theme={null}
typedef enum GAMEPAD_MORE_BUTTONS    
{  
    SHARE = 0x1  
} GAMEPAD_MORE_BUTTONS  
```

## Constantes

| Constante | Descripción         |
| --------- | ------------------- |
| SHARE     | El botón compartir. |

## Comentarios

*GAMEPAD\_MORE\_BUTTONS* se usa como máscara con [GAMEPAD\_REPORT\_EX.MoreButtons](/reference/tools/xtf/xtfinput/structures/gamepad_report_ex) para establecer el estado de los botones que solo están presentes en los mandos XBOX Series.

## Requisitos

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

## Consulte también

[XtfInput](/reference/tools/xtf/xtfinput/xtfinput-xbox-microsoft-n)
