Expand description
The main control flow and functionality of the ad editor.
Structs§
- Editor
- The main editor state.
- Mini
Buffer State
Enums§
- Action
- Supported actions for interacting with the editor state
- Click
- Transient state that we hold to track the last mouse click we saw while we wait for it to be released or if the buffer changes.
- Editor
Mode - The mode that the Editor will run in following a call to Editor::run.