mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-07 20:09:58 -05:00
fix to GUI toggle with keyboard+touch inconsistency
This commit is contained in:
+2
-2
@@ -10,10 +10,10 @@ return {
|
||||
--SGCTConfig = sgct.config.single{},
|
||||
|
||||
-- Fullscreen mode
|
||||
--SGCTConfig = sgct.config.single{fullScreen=true},
|
||||
SGCTConfig = sgct.config.single{fullScreen=true},
|
||||
|
||||
-- A regular 1920x1080 window
|
||||
SGCTConfig = sgct.config.single{1920, 1080, border=false, windowPos={0,0}},
|
||||
--SGCTConfig = sgct.config.single{1920, 1080, border=false, windowPos={0,0}},
|
||||
|
||||
-- A 1k fisheye rendering
|
||||
-- SGCTConfig = sgct.config.fisheye{1024, 1024},
|
||||
|
||||
Reference in New Issue
Block a user