mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-18 04:20:11 -07:00
Fix mouse capture not receiving events on some devices
This commit is contained in:
parent
9680ba11bf
commit
de50fd93fe
1 changed files with 1 additions and 0 deletions
|
|
@ -15,5 +15,6 @@ public class MinecraftGLView extends TextureView
|
|||
//Fixes freeform and dex mode having transparent glass,
|
||||
//since it forces android to used the background color of the view/layout behind it.
|
||||
setOpaque(false);
|
||||
setFocusable(true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue