mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-08 20:20:02 -04:00
tryfix[Pointer]: Disable pointer grabbing
This is for testing purposes
This commit is contained in:
parent
5f24b138c9
commit
9dc63c4cc5
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user