GuiGetState method

int GuiGetState()

Implementation

int GuiGetState() => run(
  () => 'GuiGetState()',
  () => rl.Gui.GuiGetState(),
);