diff options
| author | yum <yum.food.vr@gmail.com> | 2022-12-20 22:21:44 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-12-20 22:30:11 -0800 |
| commit | 29070e5e68a0fef0cf8de2d5e4443bf04c00f340 (patch) | |
| tree | fe093f1b0fc3c3c12a46f2a9805c85d0c9f07d7b /GUI | |
| parent | ac69366dccaf377d20f029b4b58bac2314f61159 (diff) | |
Control tweak: introduce long/short hold behavior
The typical use pattern is now possible without entering radial.
Leaving mounted to the world for a long time is no longer possible.
Maybe I need an override param?
Left joystick controls:
* Short press toggle 1: show board, lock to hand, start transcribing
* Short press toggle 2: lock to world, stop transcribing
* Long press: hide board, stop transcribing
Diffstat (limited to 'GUI')
| -rw-r--r-- | GUI/GUI/GUI/Frame.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GUI/GUI/GUI/Frame.cpp b/GUI/GUI/GUI/Frame.cpp index 5029c9c..5c1fbeb 100644 --- a/GUI/GUI/GUI/Frame.cpp +++ b/GUI/GUI/GUI/Frame.cpp @@ -487,6 +487,7 @@ void Frame::OnSetupPython(wxCommandEvent& event) void Frame::OnDumpMics(wxCommandEvent& event)
{
transcribe_out_->AppendText(PythonWrapper::DumpMics());
+ transcribe_out_->AppendText("\n");
}
#define DEBUG
|
