GuiDisable method

  1. @override
void GuiDisable()
override

Implementation

@override
void GuiDisable() => run(
  () => RaylibDebugLabels.GuiDisable(),
  () => rl.Gui.GuiDisable(),
);