QJoystickManager is a cross platform joystick management system. Its written in C++ and uses SDL and the Qt framework.
QJoystickManager strives to be as easy to use as possible, it implements many features that will ease the interaction between your program and the attached joysticks. This project uses Qt extensively, and as such users need to a have working knowledge of C++ and Qt basics (Signals and Slots and Qt data types).
Features
- It works with both Qt4 and Qt5
- It parses SDL events into Qt signals automatically
- It can be used as as a singleton class or a normal class
- It configures, re-maps and identifies every joystick attached automatically
- It allows you to get the identifier of each button and axis of a joystick
- It can be built as an external library (.dll, *.so, *.dlib, etc) *OR**
- It can be included in your project by using qmake's include() function (recommended)
Categories
LibrariesLicense
MIT LicenseFollow QJoystickManager
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of QJoystickManager!