|
Size: 1016
Comment:
|
Size: 1034
Comment: Fixed search to exclude the right pages.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 26: | Line 26: |
| <<FullSearchCached(category:CategoryGameController CategoryEnum -SGEnumerations)>> | <<FullSearchCached(category:CategoryGameController CategoryEnum -title:SGEnumerations)>> |
| Line 30: | Line 30: |
| <<FullSearchCached(category:CategoryGameController CategoryStruct -SGStructures)>> | <<FullSearchCached(category:CategoryGameController CategoryStruct -title:SGStructures)>> |
| Line 34: | Line 34: |
| <<FullSearchCached(category:CategoryGameController -CategoryEnum -CategoryStruct)>> | <<FullSearchCached(category:CategoryGameController -CategoryEnum -title:CategoryStruct)>> |
DRAFT |
GameController and Joystick Mapping
Include File(s): SDL_gamecontroller.h
Introduction
This category contains functions for handling game controllers and for mapping joysticks to game controller semantics. This is built on top of the existing joystick API.
If you are running your game from Steam, the game controller mapping is automatically provided for your game.
Enumerations
Structures
Functions
- SDL_GameControllerAddMapping
- SDL_GameControllerAddMappingsFromFile
- SDL_GameControllerAddMappingsFromRW
- SDL_GameControllerButtonBind
- SDL_GameControllerClose
- SDL_GameControllerEventState
- SDL_GameControllerFromInstanceID
- SDL_GameControllerGetAttached
- SDL_GameControllerGetAxis
- SDL_GameControllerGetAxisFromString
- SDL_GameControllerGetBindForAxis
- SDL_GameControllerGetBindForButton
- SDL_GameControllerGetButton
- SDL_GameControllerGetButtonFromString
- SDL_GameControllerGetJoystick
- SDL_GameControllerGetStringForAxis
- SDL_GameControllerGetStringForButton
- SDL_GameControllerMapping
- SDL_GameControllerMappingForGUID
- SDL_GameControllerName
- SDL_GameControllerNameForIndex
- SDL_GameControllerOpen
- SDL_GameControllerUpdate
- SDL_IsGameController
