Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2011-11-04 21:51:29
Size: 855
Editor: SheenaSmith
Comment: Break CategoryAPI link to remove from lists
Revision 3 as of 2011-11-04 22:19:08
Size: 1054
Editor: SheenaSmith
Comment: add admonition about removal from wiki
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

{{{#!wiki warning
'''''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.'''''
}}}

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_GetInputDeviceName

Use this function to get the name of a device with the given index.

Syntax

const char* SDL_GetInputDeviceName(int index)

Function Parameters

index

the index of the device to query whose name is to be returned

Return Value

Returns the name of the device with the specified index; 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_GetInputDeviceName (last edited 2013-09-01 18:28:39 by PhilippWiesemann)

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