On 2/18/13 10:24 PM, Jonas Sicking wrote:

One possible solution is to allow pages to opt in to high-precision
mousemove events. Then a drawing program could do that on the
mousedown event end opt out again on mouseup.

Hmm, we could even do a bit of this today without an opt-in -- throttle events unless you're in a mousedown state. (Or throttle less when in a mousedown state.) That would, roughly, make existing drawing apps work well while also making the common case (not moving while holding a button) faster.

Just a thought.

Justin
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to