tryfix[Pointer]: Disable pointer grabbing

This is for testing purposes
This commit is contained in:
alexytomi 2025-07-12 19:22:56 +08:00
parent 5f24b138c9
commit 9dc63c4cc5

View File

@ -107,7 +107,7 @@ public class MinecraftGLSurface extends View implements GrabListener, DirectGame
* when the cursor is not grabbed
*/
public void start(boolean isAlreadyRunning, AbstractTouchpad touchpad){
if(Tools.isAndroid8OrHigher()) setUpPointerCapture(touchpad);
// if(Tools.isAndroid8OrHigher()) setUpPointerCapture(touchpad);
mInGUIProcessor.setAbstractTouchpad(touchpad);
if(LauncherPreferences.PREF_USE_ALTERNATE_SURFACE){
SurfaceView surfaceView = new SurfaceView(getContext());