wgois / OIS

Official OIS repository. Object oriented Input System
https://wgois.github.io/OIS/
zlib License
257 stars 86 forks source link

Add rudimentary XInput vibration support #83

Closed Lwmte closed 2 years ago

Lwmte commented 2 years ago

Summary of changes

Add rudimentary XInput vibration support as constant force effect (axis direction also specifies used motors).

Affected backeds (DirectInput, X11... Fill in if applicable)

Win32ForceFeedback class, only if XInput device is used.

Ybalrid commented 2 years ago

thanks! that's looking pretty good, will review and merge soon.

fix #79