Method: ImGuiStorage#SetInt
- Defined in:
- lib/imgui.rb
#SetInt(key, val) ⇒ Object
1694 1695 1696 |
# File 'lib/imgui.rb', line 1694 def SetInt(key, val) ImGui::ImGuiStorage_SetInt(self, key, val) end |
1694 1695 1696 |
# File 'lib/imgui.rb', line 1694 def SetInt(key, val) ImGui::ImGuiStorage_SetInt(self, key, val) end |