|
⇤ ← Revision 1 as of 2011-09-10 01:40:25
Size: 857
Comment: create page - 9/9 9d3baea5738a
|
Size: 855
Comment: Break CategoryAPI link to remove from lists
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 34: | Line 34: |
| [[CategoryAPI]], [[CategoryInput]] | Category``API, [[CategoryInput]] |
DRAFT |
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. green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
CategoryAPI, CategoryInput
