Re: tvOS swipe left/right gesture support (patch enclosed)
Alex Szpakowski <[email protected]> Sun, 18 Dec 2016 12:03:56 -0400
| Newsgroups | gmane.comp.lib.sdl |
|---|---|
| Message-ID | <[email protected]> |
The Apple TV Remote touchpad “tap” actions, as described here: https://developer.apple.com/tvos/human-interface-guidelines/remote-and-controllers/#buttons <https://developer.apple.com/tvos/human-interface-guidelines/remote-and-controllers/#buttons> The ‘tap’ actions map pretty cleanly to button presses, in terms of what their behaviour describes. SDL doesn’t really have analogous user-facing APIs that describe OS-handled swipe gestures in the same manner, however you can access the Remote’s touchpad as joystick axes in order to get a more granular description of what the user is doing with it. > On Dec 18, 2016, at 11:55 AM, oviano <[email protected]> wrote: > > Ok I'll try the simulator later but you're testing the swipe gestures, correct? > _______________________________________________ > SDL mailing list > [email protected] <mailto:[email protected]> > http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org <http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org> _______________________________________________ SDL mailing list [email protected] http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org