|
Size: 1054
Comment: add admonition about removal from wiki
|
← Revision 4 as of 2013-09-01 18:28:39 ⇥
Size: 1065
Comment: Updated usage of Color2 macro.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 24: | Line 24: |
| <<Color2(green,Error state? Source?)>> | <<Color2(col=green,text="Error state? Source?")>> |
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.
Contents
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. Error state? Source?
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
CategoryAPI, CategoryInput
