File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/main/java/de/bwravencl/controllerbuddy/gui Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 53
53
class OpenVrOverlay {
54
54
55
55
private static final String OVERLAY_KEY_PREFIX = OpenVrOverlay .class .getPackageName () + "." ;
56
+
56
57
private static final long OVERLAY_FPS = 25L ;
58
+
57
59
private static final float STATUS_OVERLAY_WIDTH = 0.08f ;
58
60
private static final float STATUS_OVERLAY_POSITION_X = 0.2f ;
59
61
private static final float STATUS_OVERLAY_POSITION_Y = -0.1f ;
60
62
private static final float STATUS_OVERLAY_POSITION_Z = -0.4f ;
63
+
61
64
private static final float ON_SCREEN_KEYBOARD_WIDTH = 0.4f ;
62
65
private static final float ON_SCREEN_KEYBOARD_OVERLAY_POSITION_X = 0f ;
63
66
private static final float ON_SCREEN_KEYBOARD_OVERLAY_POSITION_Y = -0.3f ;
64
67
private static final float ON_SCREEN_KEYBOARD_OVERLAY_POSITION_Z = -0.4f ;
68
+
65
69
private final Main main ;
66
70
private final OnScreenKeyboard onScreenKeyboard ;
67
71
private final long onScreenKeyboardOverlayHandle ;
You can’t perform that action at this time.
0 commit comments