GuiGetStyle function

int GuiGetStyle(
  1. int control,
  2. int property
)

Implementation

int GuiGetStyle(int control, int property) => _module.GuiGetStyle(control, property);