DVUI

toggleDebugWindow

Toggle showing the debug window (run during Window.end).

Source

Implementation

#
pub fn toggleDebugWindow() void {
    dvui.debug.open = !dvui.debug.open;
}