wgois / OIS

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

Fix Win32 build without XInput support #85

Closed Lwmte closed 1 year ago

Lwmte commented 1 year ago

This is a fix for previous PR I made, apparently I forgot to add one more #ifdef to successfully build OIS without XInput support. This PR solves this problem.