api-impl: misc. stubs

This commit is contained in:
Mis012
2023-10-08 22:33:47 +02:00
parent 1b33acb658
commit f5b35b5ce9
2 changed files with 12 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ public class InputDevice {
return new InputDevice();
}
public int getSources() {
return 0; // FIXME
}
/*
* FIXME: We pretend we can do literally everything here...
*/