Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2013-02-19 06:24:14
Size: 927
Editor: ChrisBush
Comment: create page
Revision 3 as of 2013-02-19 06:55:37
Size: 931
Editor: ChrisBush
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
[[CategoryAPI]], CategoryGameController [[CategoryAPI]], [[CategoryGameController]]

DRAFT

SDL_GameControllerGetAttached

Use this function to check if a controller has been opened and is currently connected.

Syntax

SDL_bool SDL_GameControllerGetAttached(SDL_GameController *gamecontroller)

Function Parameters

gamecontroller

a game controller identifier previously returned by SDL_GameControllerOpen()

Return Value

Returns SDL_TRUE if the controller has been opened and currently connected, or SDL_FALSE if it has not.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryGameController

None: SDL_GameControllerGetAttached (last edited 2015-04-26 18:54:30 by PhilippWiesemann)

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