api-impl: add misc stubs for Open Sudoku

This commit is contained in:
Kilian "CaféHaine" Guillaume
2024-11-07 18:31:27 +01:00
committed by Mis012
parent 1fb5be92dc
commit e5a6ee2b55
8 changed files with 41 additions and 2 deletions

View File

@@ -54,4 +54,12 @@ public class ViewConfiguration {
public int getScaledWindowTouchSlop() {
return 8;
}
public float getScaledHorizontalScrollFactor() {
return 1;
}
public float getScaledVerticalScrollFactor() {
return 1;
}
}