diff options
| author | Matthew Strasiotto <[email protected]> | 2021-05-01 20:20:28 +1000 |
|---|---|---|
| committer | Matthew Strasiotto <[email protected]> | 2021-05-01 20:20:28 +1000 |
| commit | c38b839833f45e53a3b371119ba1d10cf05c4ea0 (patch) | |
| tree | cb60b74805cb92f07a110db34a3f98c9e57d47cb /grapher/Form1.cs | |
| parent | add menu item for streaming mode (diff) | |
| download | rawaccel-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.cs | 1 |
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, |