comparison src/joystick/SDL_joystick_c.h @ 2713:0906692aa6a4

Final merge of Google Summer of Code 2008 work... Force Feedback for SDL by Edgar Simo, mentored by Ryan C. Gordon
author Sam Lantinga <slouken@libsdl.org>
date Mon, 25 Aug 2008 09:55:03 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2712:c4e697245676 2713:0906692aa6a4
34 Uint8 ball, Sint16 xrel, Sint16 yrel); 34 Uint8 ball, Sint16 xrel, Sint16 yrel);
35 extern int SDL_PrivateJoystickHat(SDL_Joystick * joystick, 35 extern int SDL_PrivateJoystickHat(SDL_Joystick * joystick,
36 Uint8 hat, Uint8 value); 36 Uint8 hat, Uint8 value);
37 extern int SDL_PrivateJoystickButton(SDL_Joystick * joystick, 37 extern int SDL_PrivateJoystickButton(SDL_Joystick * joystick,
38 Uint8 button, Uint8 state); 38 Uint8 button, Uint8 state);
39
40 /* Internal sanity checking functions */
41 extern int SDL_PrivateJoystickValid(SDL_Joystick ** joystick);
42
39 /* vi: set ts=4 sw=4 expandtab: */ 43 /* vi: set ts=4 sw=4 expandtab: */