api-impl: add misc APIs needed for AntennaPod

This commit is contained in:
Julian Winkler
2025-02-10 18:19:55 +01:00
parent c7f1e05f5d
commit 1cf48085ff
30 changed files with 223 additions and 44 deletions

View File

@@ -75,6 +75,10 @@ public class InputDevice {
return true;
}
public MotionRange getMotionRange(int axis, int source) {
return new MotionRange(axis);
}
public class MotionRange {
int axis;