Touchscreen Issues

Discuss problems and suggestions related to the Into the Breach here.
vengefulpickle
Posts: 1
Joined: Wed Feb 28, 2018 3:46 pm

Touchscreen Issues

Postby vengefulpickle » Wed Feb 28, 2018 3:48 pm

When using the touchscreen, it appears that a tap registers the click before it registers mouse movement. You can see this by observing the upgrade screen (where tapping to upgrade something closes the screen, because the cursor is outside the upgrade section), and during game play after ending a turn (the first action taken in the next turn pops up the "Are you sure you want to end your turn" prompt with all mechs listed as having actions available).
Daid303
Posts: 7
Joined: Thu Mar 01, 2018 11:07 am

Re: Touchscreen Issues

Postby Daid303 » Tue Mar 06, 2018 6:58 pm

For the developers, I've had the same issue with code of my own.

Most likely the root cause is that certain touch screens emulate a mouse and have the button down and button up event at exactly the same time. No frames in between, no mouse-motion event, only a down&up.
(At least the Microsoft surface seems to act like this)
AileTheAlien
Posts: 20
Joined: Wed Apr 09, 2014 12:19 am

Re: Touchscreen Issues

Postby AileTheAlien » Mon Mar 12, 2018 4:52 pm

If this is caused by the touchscreen's behaviour, wouldn't this be better fixed by contacting that particular manufacturer, or the OS vendor? Seems like this would affect more than just games, having the mouse click at the previous location, before finally moving.
User avatar
isla
Posts: 353
Joined: Mon Mar 16, 2015 11:22 pm

Re: Touchscreen Issues

Postby isla » Mon Mar 12, 2018 5:54 pm

I've added this to our list of things to check out.