Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2011-11-04 22:22:33
Size: 1086
Editor: SheenaSmith
Comment: add admonition about removal from wiki; break CategoryAPI link to remove from list
Revision 4 as of 2013-09-01 18:36:29
Size: 1097
Comment: Updated usage of Color2 macro.
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
<<Color2(green,Can't find reference for values. Need source. Error state for this one?)>> <<Color2(col=green,text="Can't find reference for values. Need source. Error state for this one?")>>

DRAFT

The SDL_input.h header is incomplete and has been temporarily removed from the wiki. Please disregard this and related pages until this notice has been removed.

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,,.

Can't find reference for values. Need source. Error state for this one?

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