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

Controller button identifier flags for buttons that are only present on XBOX Series controllers.

## Syntax

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

## Constants

| Constant | Description       |
| -------- | ----------------- |
| SHARE    | The share button. |

## Remarks

*GAMEPAD\_MORE\_BUTTONS* is used as a mask with [GAMEPAD\_REPORT\_EX.MoreButtons](/reference/tools/xtf/xtfinput/structures/gamepad_report_ex) to set the state of buttons that are only present on XBOX Series controllers.

## Requirements

**Header:** XtfInput.h\
**Supported platforms:** Windows (for XBOX console tools)

## See also

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


## Related topics

- [GAMEPAD_REPORT_EX](/reference/tools/xtf/xtfinput/structures/gamepad_report_ex.md)
- [GameInputGamepadButtons](/reference/input/gameinput/enums/gameinputgamepadbuttons.md)
- [GAMEPAD_BUTTONS Enumeration](/reference/tools/xtf/xtfinput/enumerations/GAMEPAD_BUTTONS-typedef-xtfinput-xbox-windows-t.md)
- [IGameInputMapper::GetGamepadButtonMapping](/reference/input/gameinput/interfaces/igameinputmapper/methods/igameinputmapper_getgamepadbuttonmappinginfo.md)
- [GameInputGamepadInfo](/reference/input/gameinput/structs/gameinputgamepadinfo.md)
