Skip to content

Commit 9dc63c4

Browse files
committed
tryfix[Pointer]: Disable pointer grabbing
This is for testing purposes
1 parent 5f24b13 commit 9dc63c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private void setUpPointerCapture(AbstractTouchpad touchpad) {
107107
* when the cursor is not grabbed
108108
*/
109109
public void start(boolean isAlreadyRunning, AbstractTouchpad touchpad){
110-
if(Tools.isAndroid8OrHigher()) setUpPointerCapture(touchpad);
110+
// if(Tools.isAndroid8OrHigher()) setUpPointerCapture(touchpad);
111111
mInGUIProcessor.setAbstractTouchpad(touchpad);
112112
if(LauncherPreferences.PREF_USE_ALTERNATE_SURFACE){
113113
SurfaceView surfaceView = new SurfaceView(getContext());

0 commit comments

Comments
 (0)