Re: [b2g] Mouse down events

2014-04-23 Thread Jonas Sicking
The simulator acts like the device is connected to a touch screen and sends events like a touch screen. This means that it only sends a few mouse events and mostly touch events. Better yet is to use pointer events. They behave the most consistently between devices that use mouse input and touch i

[b2g] Mouse down events

2014-04-12 Thread Max baraitser smith
Hi, I am trying to make a small web game into a Firefox OS app. I am trying to manage my input using mouse events, I'm not sure if this is the best way to do it, correct me if using another method might be better. Everything works nicely in the simulator, except the mouse events. When I left cl