All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jambi-gamepad.5.15.23.source-code.module-info Maven / Gradle / Ivy

/**
 * Enables Qt applications to support the use of gamepad hardware.
 */
module qtjambi.gamepad {
    requires java.base;
    requires transitive qtjambi;
    exports io.qt.gamepad;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy