SDL_calloc_func |
Warning: It is necessary to keep a reference to the callback object somewhere in your Java program,
otherwise JNA would dispose of the object (GC would clean it) and the callback function would no longer
be available for SDL library's C code to call.
|
SDL_free_func |
Warning: It is necessary to keep a reference to the callback object somewhere in your Java program,
otherwise JNA would dispose of the object (GC would clean it) and the callback function would no longer
be available for SDL library's C code to call.
|
SDL_malloc_func |
Warning: It is necessary to keep a reference to the callback object somewhere in your Java program,
otherwise JNA would dispose of the object (GC would clean it) and the callback function would no longer
be available for SDL library's C code to call.
|
SDL_realloc_func |
Warning: It is necessary to keep a reference to the callback object somewhere in your Java program,
otherwise JNA would dispose of the object (GC would clean it) and the callback function would no longer
be available for SDL library's C code to call.
|