ImGuiStorage_SetAllInt function

void ImGuiStorage_SetAllInt(
  1. Pointer<ImGuiStorage> self,
  2. int val
)
void ImGuiStorage_SetAllInt(
 ImGuiStorage* self ,
 int val
);

Implementation

void ImGuiStorage_SetAllInt(Pointer<ImGuiStorage> self, int val) =>
    _ImGuiStorage_SetAllInt(self, val);