equal
deleted
inserted
replaced
85 */ |
85 */ |
86 extern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index); |
86 extern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index); |
87 |
87 |
88 /** |
88 /** |
89 * Open a joystick for use. |
89 * Open a joystick for use. |
90 * The index passed as an argument refers tothe N'th joystick on the system. |
90 * The index passed as an argument refers to the N'th joystick on the system. |
91 * This index is the value which will identify this joystick in future joystick |
91 * This index is the value which will identify this joystick in future joystick |
92 * events. |
92 * events. |
93 * |
93 * |
94 * \return A joystick identifier, or NULL if an error occurred. |
94 * \return A joystick identifier, or NULL if an error occurred. |
95 */ |
95 */ |