diff -r ffa851df0825 -r 2fb8b9db1c86 symbian-qemu-0.9.1-12/libsdl-trunk/docs/html/sdljoystickgetbutton.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/symbian-qemu-0.9.1-12/libsdl-trunk/docs/html/sdljoystickgetbutton.html Fri Jul 31 15:01:17 2009 +0100
@@ -0,0 +1,231 @@
+
SDL_JoystickGetButtonSDL_JoystickGetButton
Name
SDL_JoystickGetButton -- Get the current state of a given button on a given joystick
Synopsis
#include "SDL.h"
Uint8 SDL_JoystickGetButton
(SDL_Joystick *joystick, int button);
Description
SDL_JoystickGetButton returns the current state of the given button on the given joystick.
Return Value
1 if the button is pressed. Otherwise, 0.
\ No newline at end of file