project_files/Android-build/SDL-android-project/jni/SDL/src/video/android/SDL_androidtouch.h
branchhedgeroid
changeset 5550 50650032c251
parent 5540 76392a62da2f
equal deleted inserted replaced
5548:73f2fec65257 5550:50650032c251
    21 */
    21 */
    22 #include "SDL_config.h"
    22 #include "SDL_config.h"
    23 
    23 
    24 #include "SDL_androidvideo.h"
    24 #include "SDL_androidvideo.h"
    25 
    25 
    26 extern void Android_OnTouch(int action, int pointerId, float x, float y, float p);
    26 extern void Android_OnTouch(int action, SDL_FingerID pointerId, float x, float y, float p);
    27 
    27 
    28 /* vi: set ts=4 sw=4 expandtab: */
    28 /* vi: set ts=4 sw=4 expandtab: */