YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
15 stars 7 forks source link

UI/UX / Laptop Mode: [Windows] Pinch to zoom does not work when laptop mode is enabled #5599

Open Emc1923 opened 2 months ago

Emc1923 commented 2 months ago

Description

When laptop mode is enabled on Windows 11 performing the pinch to zoom gesture on a touchpad does not work as expected. It works when laptop mode is disabled.

Expected Change

No response

Steps To Reproduce

  1. Start GameMaker with laptop mode enabled
  2. Open any project
  3. Pinch in or stretch out on a trackpad using two fingers
  4. Observe that it will register the action to scroll up or down
  5. Turn off laptop mode
  6. Observe that you are now able to zoom in and out

How reliably can you recreate this issue using your steps above?

Always

Which version of GameMaker are you reporting this issue for?

2024.2.0 (Monthly), 2024.400 (Betas)

Which operating system(s) are you seeing the problem on?

Windows 11

Are you running GameMaker from inside your Steam library?

No

Contact Us Package Attached?

Sample Project Added?

SmithTom6304 commented 2 months ago

If I remember correctly, our implementation of pinch to zoom was only enabled on mac as on Windows it was already being handled for us via "fake" mouse wheel events. If this has changed, it should just be a case of also enabling it for Windows 11. Will take a look.