Alon Zakai [Tue, 13 Sep 2016 00:03:41 -0700] rev 10322
optimize a getValue
Charlie Birks [Tue, 13 Sep 2016 00:03:40 -0700] rev 10321
Include timers when using cmake (#29)
Charlie Birks [Tue, 13 Sep 2016 00:03:39 -0700] rev 10320
send mouse move on enter/leave
Charlie Birks [Tue, 13 Sep 2016 00:03:37 -0700] rev 10319
listen for mouse up on document (fixes mouseup outside canvas)
Charlie Birks [Tue, 13 Sep 2016 00:03:36 -0700] rev 10318
use SDL_SetMouseFocus
Sam Lantinga [Tue, 13 Sep 2016 00:03:28 -0700] rev 10317
simplify fullscreen handling using new fullscreen_strategy api, patch contributed by Charlie Birks
Charlie Birks [Mon, 12 Sep 2016 23:58:08 -0700] rev 10316
use css size for touch normalisation
Sam Lantinga [Fri, 09 Sep 2016 15:12:09 -0700] rev 10315
Reverted previous commit which breaks game controller input processing.
Sam Lantinga [Thu, 08 Sep 2016 20:38:23 -0700] rev 10314
Suggestion from Apple: use kCFRunLoopCommonModes which does more complete event processing
Ryan C. Gordon [Wed, 07 Sep 2016 18:14:26 -0400] rev 10313
1.2 mac: Apparently the magic -psn command line appears in post-10.9 macOSes.
So don't bother checking the version. Fixes apps failing to chdir to the
app bundle's parent directory, as is expected.