Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2013-10-17 20:59:12
Size: 1005
Comment: Removed unrelated CategoryInput.
Revision 3 as of 2014-12-21 21:18:40
Size: 1006
Comment: Fixed camel case link by replacement.
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Use this function to manually pump GameController updates if not using the loop. Use this function to manually pump game controller updates if not using the loop.

DRAFT

SDL_GameControllerUpdate

Use this function to manually pump game controller 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.


CategoryAPI, CategoryGameController

None: SDL_GameControllerUpdate (last edited 2014-12-21 21:18:40 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit