mute mouse input when we have touch input (for feedback on linux)

This commit is contained in:
Jonathan Bosson
2017-05-18 19:19:26 -06:00
parent bae7110f30
commit 612b207d19
6 changed files with 77 additions and 70 deletions
+2 -2
View File
@@ -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},