|
⇤ ← Revision 1 as of 2013-10-15 22:50:53
Size: 1024
Comment: Added function
|
Size: 1005
Comment: Removed unrelated CategoryInput.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 34: | Line 34: |
| [[CategoryAPI]], [[CategoryGameController]], [[CategoryInput]] | [[CategoryAPI]], [[CategoryGameController]] |
DRAFT |
SDL_GameControllerUpdate
Use this function to manually pump GameController updates if not using the loop.
Syntax
void SDL_GameControllerUpdate(void)
Code Examples
You can add your code example here
Remarks
This function is called automatically by the event loop if events are enabled. Under such circumstances, it will not be necessary to call this function.
