Edit

kc3-lang/SDL/src/haptic/android/SDL_syshaptic_c.h

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2017-08-12 08:15:09
    Hash : 0a52db54
    Message : Fixed bug 3191 - haptic system on android? Patch provided by jintiao and Milan Nikolic, thanks!

  • src/haptic/android/SDL_syshaptic_c.h
  • #include "SDL_config.h"
    
    #ifdef SDL_HAPTIC_ANDROID
    
    
    extern int Android_AddHaptic(int device_id, const char *name);
    extern int Android_RemoveHaptic(int device_id);
    
    
    #endif /* SDL_HAPTIC_ANDROID */
    
    /* vi: set ts=4 sw=4 expandtab: */