Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the number of buttons on a game controller.
Syntax
uint32_t GetControllerButtonCount(
)
Parameters
This method has no parameters.
Return value
Type: uint32_t
Returns the number of buttons on the game controller.
Remarks
The IGameInputReading::GetControllerButtonCount method retrieves the number of buttons for a game controller. It also determines the buffers required by the IGameInputReading::GetControllerButtonState method.
For intermediate and advanced use-cases of the GameInput API, see Advanced GameInput topics.
Requirements
Header: GameInput.h
Library: xgameruntime.lib
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles