summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
authorMatthew Strasiotto <[email protected]>2021-05-01 20:20:28 +1000
committerMatthew Strasiotto <[email protected]>2021-05-01 20:20:28 +1000
commitc38b839833f45e53a3b371119ba1d10cf05c4ea0 (patch)
treecb60b74805cb92f07a110db34a3f98c9e57d47cb /grapher/Form1.cs
parentadd menu item for streaming mode (diff)
downloadrawaccel-c38b839833f45e53a3b371119ba1d10cf05c4ea0.tar.xz
rawaccel-c38b839833f45e53a3b371119ba1d10cf05c4ea0.zip
Add streamingMode option to constructors down the chain
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index d5f9246..d833311 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -64,6 +64,7 @@ namespace grapher
toggleButton,
showVelocityGainToolStripMenuItem,
showLastMouseMoveToolStripMenuItem,
+ streamingModeToolStripMenuItem,
gainCapToolStripMenuItem,
legacyCapToolStripMenuItem,
gainOffsetToolStripMenuItem,