pyjnius/jnius/jnius_jvm_android.pxi

6 lines
145 B
Cython
Raw Normal View History

2012-08-14 01:42:43 +00:00
# on android, rely on SDL to get the JNI env
cdef extern JNIEnv *SDL_ANDROID_GetJNIEnv()
cdef JNIEnv *get_jnienv():
SDL_ANDROID_GetJNIEnv()