Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-09-10 01:53:50
Size: 874
Editor: SheenaSmith
Comment: create page - 9/9 9d3baea5738a
Revision 2 as of 2011-09-12 22:18:09
Size: 889
Editor: SheenaSmith
Comment: minor change for consistency
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Use this function to check whether an input device is disconnected. Use this function to check whether a,,n,, ^specific^ input device is disconnected.

DRAFT

SDL_IsDeviceDisconnected

Use this function to check whether an specific input device is disconnected.

Syntax

int SDL_IsDeviceDisconnected(int index)

Function Parameters

index

the index of the device to query

Return Value

Returns # if the device is disconnected, # if it is connected ; call SDL_GetError() for more information,,.

green

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryInput

None: SDL_IsDeviceDisconnected (last edited 2013-09-01 18:36:29 by PhilippWiesemann)

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