Class: ImGuiStyleVarInfo
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- ImGuiStyleVarInfo
- Defined in:
- lib/imgui.rb
Instance Method Summary collapse
Instance Method Details
#GetVarPtr(parent) ⇒ Object
3675 3676 3677 |
# File 'lib/imgui.rb', line 3675 def GetVarPtr(parent) ImGui::ImGuiStyleVarInfo_GetVarPtr(self, parent) end |