Is 'Actor receives Touch' auto converted to 'mouse button down' for GS Arcade?

DigiChainDigiChain Member, PRO Posts: 1,288
edited November -1 in Working with GS (Mac)
My game is setup for single touch input when using the iphone.

When previewing it within GS on the mac, I can use the mouse to click (representing the touch).

So, when publishing for GS Arcade will automatically change the input needed from touch to mouse click?... thus saving me a lot of work!?

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    touch an mouse clicks are interchange able. If you want the click to be on a specific actor use touch is pressed. if you want a touch anywhere on a screen to affect an actor just use mouse button is down.
Sign In or Register to comment.