summaryrefslogtreecommitdiff
path: root/grapher/Models/Serialized/GUISettings.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-08 15:59:32 -0700
committerJacob Palecki <[email protected]>2020-09-08 15:59:32 -0700
commit16d5e4f666a874f87869d0648e51cb59fb19fd79 (patch)
treeb486ef524c93bfeb29a86403114b6805bf9decf1 /grapher/Models/Serialized/GUISettings.cs
parentFix active values y width (diff)
downloadrawaccel-16d5e4f666a874f87869d0648e51cb59fb19fd79.tar.xz
rawaccel-16d5e4f666a874f87869d0648e51cb59fb19fd79.zip
Save show last mouse value
Diffstat (limited to 'grapher/Models/Serialized/GUISettings.cs')
-rw-r--r--grapher/Models/Serialized/GUISettings.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/grapher/Models/Serialized/GUISettings.cs b/grapher/Models/Serialized/GUISettings.cs
index abc3721..2543104 100644
--- a/grapher/Models/Serialized/GUISettings.cs
+++ b/grapher/Models/Serialized/GUISettings.cs
@@ -30,6 +30,9 @@ namespace grapher.Models.Serialized
[JsonProperty(Order = 3)]
public int PollRate { get; set; }
+ [JsonProperty(Order = 4)]
+ public bool ShowLastMouseMove { get; set; }
+
#endregion Properties
}
}