Skip to content

Discord Community

Content Region ​

Content region management functions for ImGui.

Functions ​


GetContentRegionAvail() ​

lua
GetContentRegionAvail() -> ImVec2
  • Description: Gets available content region
  • Returns: ImVec2 - Available size

GetContentRegionMax() ​

lua
GetContentRegionMax() -> ImVec2
  • Description: Gets maximum content region
  • Returns: ImVec2 - Maximum position

GetWindowContentRegionMin() ​

lua
GetWindowContentRegionMin() -> ImVec2
  • Description: Gets window content region minimum
  • Returns: ImVec2 - Minimum position

GetWindowContentRegionMax() ​

lua
GetWindowContentRegionMax() -> ImVec2
  • Description: Gets window content region maximum
  • Returns: ImVec2 - Maximum position

GetWindowContentRegionWidth() ​

lua
GetWindowContentRegionWidth() -> number
  • Description: Gets window content region width
  • Returns: number - Content region width

Join our community for support and updates!