jim@4657: /* jim@4657: SDL - Simple DirectMedia Layer jim@4657: Copyright (C) 1997-2010 Sam Lantinga jim@4657: jim@4657: This library is free software; you can redistribute it and/or jim@4657: modify it under the terms of the GNU Lesser General Public jim@4657: License as published by the Free Software Foundation; either jim@4657: version 2.1 of the License, or (at your option) any later version. jim@4657: jim@4657: This library is distributed in the hope that it will be useful, jim@4657: but WITHOUT ANY WARRANTY; without even the implied warranty of jim@4657: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU jim@4657: Lesser General Public License for more details. jim@4657: jim@4657: You should have received a copy of the GNU Lesser General Public jim@4657: License along with this library; if not, write to the Free Software jim@4657: Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA jim@4657: jim@4657: Sam Lantinga jim@4657: slouken@libsdl.org jim@4657: */ jim@4657: #include "SDL_config.h" jim@4657: jim@4657: #ifndef _SDL_gesture_c_h jim@4657: #define _SDL_gesture_c_h jim@4657: jim@4657: extern void SDL_GestureProcessEvent(SDL_Event* event); jim@4657: jimtla@4678: extern int SDL_RecordGesture(SDL_TouchID touchId); jim@4657: jim@4667: extern int SDL_GestureAddTouch(SDL_Touch* touch); jim@4667: jim@4657: #endif /* _SDL_gesture_c_h */ jim@4657: jim@4657: /* vi: set ts=4 sw=4 expandtab: */