Edit

kc3-lang/SDL/src/hidapi/android

Branch :

  • Show log

    Commit

  • Author : Jonatha Gabriel
    Date : 2022-03-22 15:05:05
    Hash : b944dc8f
    Message : Also fix Android crash when SDL_HIDAPI_DISABLED set to 1 The Java code needs the native functions to be implemented, even if they're not surfaced via the C API, therefore, a stub version of functions were made only to the purpose of "fill the gaps" when SDL_HIDAPI_DISABLED set to 1.