igShowStyleEditor function

void igShowStyleEditor(
  1. Pointer<ImGuiStyle> _ref
)
void igShowStyleEditor(
 ImGuiStyle* _ref
);

Implementation

void igShowStyleEditor(Pointer<ImGuiStyle> _ref) => _igShowStyleEditor(_ref);