Edit

kc3-lang/SDL/src/haptic

Branch :

  • Show log

    Commit

  • Author : Ryan C. Gordon
    Date : 2014-09-17 14:49:36
    Hash : 5f9ea7ed
    Message : Haptic: Deal with negative periodic magnitudes (thanks, Elias!). A negative periodic magnitude doesn't exist in Windows' and MacOS' FF APIs The periodic magnitude parameter of the SDL Haptic API is based on the Linux FF API, so it means they are not directly compatible: 'dwMagnitude' is a 'DWORD', which is unsigned. Fixes Bugzilla #2701.