CreateDefaultButtonMap
Introduction
The CreateDefaultButtonMap method is a method which creates a button map for the calling Xbox360GamePad. This is a quick way to bind Keyboard keys to the Xbox360Controller - especially as a fallback during development if an Xbox360 game pad is not connected. For more information on creating custom button maps, see the Xbox360GamePad ButtonMap page.
Button map keys
The CreateDefaultButtonMap method performs the following logic internally:
Modifying the default ButtonMap
You can modify the ButtonMap after it's been created:
For more information, see the ButtonMap page.
Last updated