disable the touch control by default

This commit is contained in:
shun_iwasawa 2017-12-01 15:13:10 +09:00
parent c1a3179855
commit 1b496cde58

View file

@ -86,13 +86,7 @@ TEnv::IntVar DockingCheckToggleAction("DockingCheckToggleAction", 0);
TEnv::IntVar ShiftTraceToggleAction("ShiftTraceToggleAction", 0);
TEnv::IntVar EditShiftToggleAction("EditShiftToggleAction", 0);
TEnv::IntVar NoShiftToggleAction("NoShiftToggleAction", 0);
// 11/30/2017 disable touch control by default in osx
// as there seems to be a malfunction with trackpad
#ifdef MACOSX
TEnv::IntVar TouchGestureControl("TouchGestureControl", 0);
#else
TEnv::IntVar TouchGestureControl("TouchGestureControl", 1);
#endif
//=============================================================================
namespace {