diff options
| author | 2026-04-13 17:01:47 -0400 | |
|---|---|---|
| committer | 2026-04-13 17:01:47 -0400 | |
| commit | 77b54c35bf9587450cd636e0d7df37e190e28bfb (patch) | |
| tree | a290efdd8b09066847199f3f52a32be70d24ef51 /src/screen/screen.h | |
| parent | 20617b9c80cf8d8051ecdb53a2c22f68c012f21b (diff) | |
| download | camu-77b54c35bf9587450cd636e0d7df37e190e28bfb.tar.gz camu-77b54c35bf9587450cd636e0d7df37e190e28bfb.tar.bz2 camu-77b54c35bf9587450cd636e0d7df37e190e28bfb.zip | |
Smaller stuff that went uncommitted
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/screen/screen.h')
| -rw-r--r-- | src/screen/screen.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/screen/screen.h b/src/screen/screen.h index aded49c..b92cfe5 100644 --- a/src/screen/screen.h +++ b/src/screen/screen.h @@ -12,9 +12,9 @@ #include "view.h" -//#define CAMU_SCREEN_DEBUG_KEY +#define CAMU_SCREEN_DEBUG_KEY -// Interpret click and drag as seeking. This is mainly a seek performance test. +// Interpret click and drag as seeking. Mainly a seek performance test. //#define CAMU_SCREEN_DRAG_SEEK #define CAMU_SCREEN_WIDTH 700 @@ -80,6 +80,7 @@ struct camu_screen { u64 last_seek_ts; #endif u8 vr_emulation; + bool vr_left_eye; f64 vr_calibrate_x; f64 vr_calibrate_y; array(struct camu_screen_video) videos; |