Toggle-style input flags maintained by the editor input system.
These represent stateful switches that flip on key press and persist
after key release, matching AutoCAD-style behavior where a key acts as a
toggle rather than a momentary modifier.
Notes:
Toggle states are command-friendly and should be read (not mutated)
by commands.
Toggle-style input flags maintained by the editor input system.
These represent stateful switches that flip on key press and persist after key release, matching AutoCAD-style behavior where a key acts as a toggle rather than a momentary modifier.
Notes: