Module biodivine_sketchbook::app::state::_undo_stack
source · Structs§
- The stack that keeps track of all the events that can be reversed.
- The items on the undo/redo stack are pairs of events: one performs the actual action while the other reverses said action.