Mercurial > sdl-ios-xcode
view include/SDL_name.h @ 4156:de46a1bfcbdb SDL-1.2
Aranym now has Joypad emulation. Also mask bits for joypad state, for bits only used for buttons, to avoid generating events when dummy bits are set
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Wed, 05 Nov 2008 20:08:17 +0000 |
parents | d2d48e10f370 |
children |
line wrap: on
line source
#ifndef _SDLname_h_ #define _SDLname_h_ #if defined(__STDC__) || defined(__cplusplus) #define NeedFunctionPrototypes 1 #endif #define SDL_NAME(X) SDL_##X #endif /* _SDLname_h_ */