GuiLock method

void GuiLock()

Implementation

void GuiLock() => run(
  () => 'GuiLock()',
  () => rl.Gui.GuiLock(),
);