summaryrefslogtreecommitdiffhomepage
path: root/opentrack/win32-joystick.cpp
AgeCommit message (Collapse)Author
2015-11-29api/joystick: drop locking, add commentStanislaw Halik
2015-11-29api/joystick: oops, access the right 'joys' variableStanislaw Halik
2015-11-29api/joystick: reduce mutex contentionStanislaw Halik
Don't look for changes in hotplug joysticks by freezing up polling for joysticks' axis and button. Issue: #267
2015-11-26api/shortcuts: move to separate definitionStanislaw Halik
There's no need to have definitions in header for non-template classes
2015-11-22api/joy: guard _WIN32 properlyStanislaw Halik
2015-11-22opentrack/joystick: rename header to clarify usageStanislaw Halik