GuiIsLocked method

bool GuiIsLocked()

Implementation

bool GuiIsLocked() => run(
  () => 'GuiIsLocked()',
  () => rl.Gui.GuiIsLocked(),
);