@@ -9,29 +9,29 @@ extern "C" {
9
9
jobject obj , jlong ctxPtr , jstring path );
10
10
JNIEXPORT bool JNICALL Java_ag_boersego_bgjs_ClientAndroid_ajaxSuccess (
11
11
JNIEnv * env , jobject obj , jlong ctxPtr , jstring data ,
12
- jint responseCode , jint cbPtr , jint thisPtr );
12
+ jint responseCode , jlong cbPtr , jlong thisPtr );
13
13
JNIEXPORT void JNICALL Java_ag_boersego_bgjs_ClientAndroid_run (JNIEnv * env ,
14
14
jobject obj , jlong ctxPtr );
15
15
JNIEXPORT void JNICALL Java_ag_boersego_bgjs_ClientAndroid_timeoutCB (
16
16
JNIEnv * env , jobject obj , jlong ctxPtr , jlong jsCbPtr , jlong thisPtr , jboolean cleanup , jboolean runCb );
17
17
JNIEXPORT void JNICALL Java_ag_boersego_bgjs_ClientAndroid_runCBBoolean (JNIEnv * env , jobject obj , jlong ctxPtr , jlong cbPtr , jlong thisPtr , jboolean b );
18
18
19
19
// BGJSGLModule
20
- JNIEXPORT jint JNICALL Java_ag_boersego_bgjs_ClientAndroid_createGL (JNIEnv * env ,
20
+ JNIEXPORT jlong JNICALL Java_ag_boersego_bgjs_ClientAndroid_createGL (JNIEnv * env ,
21
21
jobject obj , jlong ctxPtr , jobject javaGlView , jfloat pixelRatio , jboolean noClearOnFlip );
22
22
JNIEXPORT bool JNICALL Java_ag_boersego_bgjs_ClientAndroid_step (JNIEnv * env ,
23
- jobject obj , jlong ctxPtr , jint jsPtr );
23
+ jobject obj , jlong ctxPtr , jlong jsPtr );
24
24
JNIEXPORT int JNICALL Java_ag_boersego_bgjs_ClientAndroid_init (JNIEnv * env ,
25
- jobject obj , jlong ctxPtr , jint objPtr , jint width , jint height , jstring callbackName );
25
+ jobject obj , jlong ctxPtr , jlong objPtr , jint width , jint height , jstring callbackName );
26
26
JNIEXPORT void JNICALL Java_ag_boersego_bgjs_ClientAndroid_setTouchPosition (JNIEnv * env ,
27
- jobject obj , jlong ctxPtr , jint jsPtr , jint x , jint y );
27
+ jobject obj , jlong ctxPtr , jlong jsPtr , jint x , jint y );
28
28
JNIEXPORT void JNICALL Java_ag_boersego_bgjs_ClientAndroid_sendTouchEvent (
29
- JNIEnv * env , jobject obj , jlong ctxPtr , jint objPtr , jstring typeStr ,
29
+ JNIEnv * env , jobject obj , jlong ctxPtr , jlong objPtr , jstring typeStr ,
30
30
jfloatArray xArr , jfloatArray yArr , jfloat scale );
31
31
JNIEXPORT void JNICALL Java_ag_boersego_bgjs_ClientAndroid_close (JNIEnv * env ,
32
- jobject obj , jlong ctxPtr , jint jsPtr );
32
+ jobject obj , jlong ctxPtr , jlong jsPtr );
33
33
JNIEXPORT void JNICALL Java_ag_boersego_bgjs_ClientAndroid_redraw (JNIEnv * env ,
34
- jobject obj , jlong ctxPtr , jint jsPtr );
34
+ jobject obj , jlong ctxPtr , jlong jsPtr );
35
35
};
36
36
37
37
#endif
0 commit comments