diff -r ffa851df0825 -r 2fb8b9db1c86 symbian-qemu-0.9.1-12/libsdl-trunk/docs/html/sdljoystickopened.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/symbian-qemu-0.9.1-12/libsdl-trunk/docs/html/sdljoystickopened.html Fri Jul 31 15:01:17 2009 +0100
@@ -0,0 +1,233 @@
+
SDL_JoystickOpenedSDL_JoystickOpened
Name
SDL_JoystickOpened -- Determine if a joystick has been opened
Synopsis
#include "SDL.h"
int SDL_JoystickOpened
(int index);
Description
Determines whether a joystick has already been opened within the application. index refers to the N'th joystick on the system.
Return Value
Returns 1 if the joystick has been opened, or 0 if it has not.
\ No newline at end of file