Re: [pointerevents] Define event order relative to RAF?

Note that iOS 9 [now does this by default 
too](https://developer.apple.com/videos/wwdc/2015/?id=233), just like 
Android (with a [`coalescedTouchesForTouch` 
API](https://developer.apple.com/library/prerelease/ios/samplecode/TouchCanvas/Listings/TouchCanvas_CanvasView_swift.html#//apple_ref/doc/uid/TP40016561-TouchCanvas_CanvasView_swift-DontLinkElementID_6)
 to get the raw un-aligned / uncoalesced input events, just Android's 
[batching 
APIs](http://developer.android.com/reference/android/view/MotionEvent.html)).

-- 
GitHub Notif of comment by RByers
See 
https://github.com/w3c/pointerevents/issues/9#issuecomment-141477461

Received on Friday, 18 September 2015 15:04:03 UTC