SDL/src/haptic
Sam Lantinga 330100f40a Fixed bug 2766 - Haptic coding bugs and fixes for Linux FF: periodic.phase handled as time instead of angle; + direction clarification
Elias Vanderstuyft

Remove the dependency of the calculation of Linux "phase" on "period",
currently the "phase" parameter is interpreted as a time shift, instead of a phase shift.
The Linux input documentation is not clear about the exact units of the "phase" parameter (see http://lxr.free-electrons.com/source/include/uapi/linux/input.h?v=3.17#L1075 ),
but we're about to standardize the 'phase shift' interpretation into the Linux input documentation,
since this will ease the job of a driver to recalculate the effect's state when the user dynamically updates the "period" parameter.
2014-11-29 11:51:13 -08:00
..
darwin Haptic: Deal with negative periodic magnitudes (thanks, Elias!). 2014-09-17 14:49:36 -04:00
dummy fix indentation and spaces 2014-02-06 09:11:05 -05:00
linux Fixed bug 2766 - Haptic coding bugs and fixes for Linux FF: periodic.phase handled as time instead of angle; + direction clarification 2014-11-29 11:51:13 -08:00
windows Haptic: Deal with negative periodic magnitudes (thanks, Elias!). 2014-09-17 14:49:36 -04:00
SDL_haptic_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_haptic.c Fixed haptic refcount bug (thanks David Ludwig!) 2014-07-04 17:20:22 -07:00
SDL_syshaptic.h Fixed mingw64 build and warnings 2014-07-07 10:26:28 -07:00