GuiGetStyle method
Implementation
@override
int GuiGetStyle(
GuiControl control,
GuiProperty property,
) => run(
() => RaylibDebugLabels.GuiGetStyle(control, property),
() => rl.Gui.GuiGetStyle.run2(
control.value.toJS,
property.value.toJS,
).toInt(),
);