MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / java_processPointerUp

Function java_processPointerUp

src/android/Window_Android.c:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160static void JNICALL java_processPointerUp(JNIEnv* env, jobject o, jint id, jint x, jint y, jint isMouse) {
161 Platform_Log4("POINTER %i (%i) - UP %i,%i", &id, &isMouse, &x, &y);
162 Input_RemoveTouch(id, x, y);
163}
164
165static void JNICALL java_processPointerMove(JNIEnv* env, jobject o, jint id, jint x, jint y, jint isMouse) {
166 Platform_Log4("POINTER %i (%i) - MOVE %i,%i", &id, &isMouse, &x, &y);

Callers

nothing calls this directly

Calls 2

Platform_Log4Function · 0.85
Input_RemoveTouchFunction · 0.85

Tested by

no test coverage detected