My computer is touchscreen so every game thinks I'm on mobile

How would I fix this?

5 Likes

Can you disable the touchscreen feature? Have yoh looked it up?

3 Likes

If you’re talking about the Movement Mode on the screenshot, you will have to set that manually from the interface. That’s from core scripts and it cannot be modified. If it’s your own game, what I would do is look for all four major input devices:

  1. Keyboard
  2. Mouse
  3. Touchscreen
  4. Gamepad

You can make a guess on the platform from that. If a keyboard/mouse is present, then you are on a computer regardless if there’s also a touchscreen or gamepad. If there’s only the touchscreen, then you are on mobile. If it’s a gamepad, then you are on a console.

As to how to fix this, not sure. I haven’t had a problem like this.

2 Likes

I could try that, let me see if it works

1 Like