mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 04:20:14 -05:00
mute mouse input when we have touch input (for feedback on linux)
This commit is contained in:
+2
-2
@@ -7,13 +7,13 @@ return {
|
||||
-- occurs in a single window, a fisheye projection, or a dome cluster system
|
||||
|
||||
-- A regular 1280x720 window
|
||||
--SGCTConfig = sgct.config.single{},
|
||||
SGCTConfig = sgct.config.single{},
|
||||
|
||||
-- Fullscreen mode
|
||||
--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