mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 03:44:53 +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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -180,5 +180,8 @@
|
||||
<Setting Name="XInputMoveSpeed" Type="System.Single" Scope="User">
|
||||
<Value Profile="(Default)">15</Value>
|
||||
</Setting>
|
||||
<Setting Name="MouseInvert" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user