Refactor CoronaEngine input handling when CEF, SDL, ImGui, V8, and Python responsibilities are mixed. Use for classifying input paths, separating native browser input from editor commands and realtime controls, migrating high-frequency input to V8, and preventing raw DOM or SDL events from leaking into Python.
2026-07-13