mobile/exp
Burcu Dogan 931e394f4f exp/sensor: don't allow delays smaller than 10ms on ios
"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>
2015-09-03 16:03:29 +00:00
..
app/debug all: support go get golang.org/x/mobile/... on Windows 2015-08-24 21:09:04 +00:00
audio exp/audio: fix inability to use mono 8 format 2015-07-24 05:53:18 +00:00
f32 f32: move to exp/f32. 2015-07-03 01:37:12 +00:00
font app/debug, exp/font: remove the freetype dependency. 2015-06-30 23:03:35 +00:00
gl/glutil all: support go get golang.org/x/mobile/... on Windows 2015-08-24 21:09:04 +00:00
sensor exp/sensor: don't allow delays smaller than 10ms on ios 2015-09-03 16:03:29 +00:00
sprite exp/sprite/portable: fix broken build 2015-08-27 17:25:15 +00:00
README exp: add a new directory for experimental packages. 2015-06-16 21:06:44 +00:00

README

golang.org/x/mobile/exp contains experimental packages for mobile app
development.