Add FontGlobalScale binding.
PiperOrigin-RevId: 942113414 Change-Id: Id87ce552e717d118574befd00dac65ca71e3ba0d
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user