Add FontGlobalScale binding.

PiperOrigin-RevId: 942113414
Change-Id: Id87ce552e717d118574befd00dac65ca71e3ba0d
This commit is contained in:
Haroon Qureshi
2026-07-03 06:23:57 -07:00
committed by Copybara-Service
parent 14c0b0c92b
commit 4ecfe5c1f3
@@ -63,6 +63,7 @@ PYBIND11_MODULE(dear_imgui, m) {
py::class_<ImGuiIO>(m, "IO")
.def_readwrite("ConfigFlags", &ImGuiIO::ConfigFlags)
.def_readonly("DisplaySize", &ImGuiIO::DisplaySize)
.def_readonly("FontGlobalScale", &ImGuiIO::FontGlobalScale)
.def_readonly("DeltaTime", &ImGuiIO::DeltaTime)
.def_readonly("Framerate", &ImGuiIO::Framerate)
.def_readonly("WantCaptureMouse", &ImGuiIO::WantCaptureMouse)