collinhover / impactplusplus

Impact++ is a collection of additions to ImpactJS with full featured physics, dynamic lighting, UI, abilities, and more.
http://collinhover.github.com/impactplusplus
MIT License
276 stars 59 forks source link

Touch events on Windows Phone not working #180

Open leoportilho opened 9 years ago

leoportilho commented 9 years ago

Hi guys,

I got recently visual studio 2015 community to test deploying my game on android.

It worked very well, except that the game was slow (low fps).

So I tried on a Windows Phone, but the touch screen didn't work.

Even the bio fleet site doesnt work on windows phone.

Can anyone help me? I add on ++input.js "MsPointDown" on some places and worked for dpad, but not for UI buttons.

Thx

leoportilho commented 9 years ago

Hi guys, @collinhover and @Pattentrick

Sorry to bump this, could you guys help me?

I noticed that none of the pointers work. No multi touch either.

The tap function worked after I add MsPointerDown and MsPoiterUp.

Thx again.