mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 09:24:48 +08:00
Added invert mouse option.
This commit is contained in:
Generated
+12
@@ -686,5 +686,17 @@ namespace CodeWalker.Properties {
|
||||
this["XInputMoveSpeed"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool MouseInvert {
|
||||
get {
|
||||
return ((bool)(this["MouseInvert"]));
|
||||
}
|
||||
set {
|
||||
this["MouseInvert"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user