jambi-gamepad.5.15.24.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-gamepad Show documentation
Show all versions of qtjambi-gamepad Show documentation
Enables Qt applications to support the use of gamepad hardware.
The newest version!
/**
* Enables Qt applications to support the use of gamepad hardware.
*/
module qtjambi.gamepad {
requires java.base;
requires transitive qtjambi;
exports io.qt.gamepad;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy