kc3-lang/SDL/src/haptic/windows/SDL_dinputhaptic.c

Branch :


Log

Author Commit Date CI Message
e2bbc17d 2014-08-16 16:49:00 Haptic: Fix clamping bugs on Windows, by using the Darwin haptics code. Thanks, Elias! Partially fixes Bugzilla #2686.
57db2790 2014-08-16 16:47:42 Haptic: Fix the saturation and deadband parameters' available range. There was a misconception that Linux's saturation and deadband parameters - on which the corresponding SDL parameters were based - use only half of the possible range. Thanks, Elias! Partially fixes Bugzilla #2686.
1ee96bb9 2014-07-07 10:26:28 Fixed mingw64 build and warnings
b79e7f32 2014-07-03 15:39:55 Split the XInput and DirectInput code so Windows RT can use the existing XInput support.