"You can set the reporting interval to be as small as 10 milliseconds (ms), which corresponds to a 100 Hz update rate, but most app operate sufficiently with a larger interval." from https://developer.apple.com/library/ios/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/motion_event_basics/motion_event_basics.html Larger delay values makes the library poll more frequently than needed. Change-Id: Ie3057813209746bff00b8ef534c9ae239396366e Reviewed-on: https://go-review.googlesource.com/14252 Reviewed-by: David Crawshaw <crawshaw@golang.org>
golang.org/x/mobile/exp contains experimental packages for mobile app development.