Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit de50fd9

Browse files
Fix mouse capture not receiving events on some devices
1 parent 9680ba1 commit de50fd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/MinecraftGLView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ public MinecraftGLView(Context context, AttributeSet attributeSet) {
1515
//Fixes freeform and dex mode having transparent glass,
1616
//since it forces android to used the background color of the view/layout behind it.
1717
setOpaque(false);
18+
setFocusable(true);
1819
}
1920
}

0 commit comments

Comments
 (0)