Skip to content

Commit

Permalink
Whoops[input_bridge]: remove unnecessary prints
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Jan 19, 2025
1 parent 269c2b3 commit 60ac793
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app_pojavlauncher/src/main/jni/input_bridge_v3.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,9 @@ ADD_CALLBACK_WWIN(Scroll)
#undef ADD_CALLBACK_WWIN

void updateMonitorSize(int width, int height) {
printf("Updating monitor size... %i %i\n", width, height);
(*pojav_environ->glfwThreadVmEnv)->CallStaticVoidMethod(pojav_environ->glfwThreadVmEnv, pojav_environ->vmGlfwClass, pojav_environ->method_internalChangeMonitorSize, width, height);
}
void updateWindowSize(void* window) {
printf("Updating window size... %p\n", window);
(*pojav_environ->glfwThreadVmEnv)->CallStaticVoidMethod(pojav_environ->glfwThreadVmEnv, pojav_environ->vmGlfwClass, pojav_environ->method_internalWindowSizeChanged, (jlong)window);
}

Expand Down

0 comments on commit 60ac793

Please sign in to comment.