Share via


GAMEPAD_MORE_BUTTONS

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

Syntax

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