jambi-sensors.6.5.6.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-sensors Show documentation
Show all versions of qtjambi-sensors Show documentation
Provides access to sensor hardware and motion gesture recognition.
/**
* Provides access to sensor hardware and motion gesture recognition.
*/
module qtjambi.sensors {
requires java.base;
requires transitive qtjambi;
exports io.qt.sensors;
}