Difference between revisions of "ImGui.CONST.CornerFlags"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Value:''' <br/> '''Defined by:''' ImGui.Core<br/> === Description === '''Corner Flags''' ImGui.CornerFlags_None<b...")
 
(No difference)

Latest revision as of 12:44, 3 April 2021

Available since: Gideros 2020.9
Value:
Defined by: ImGui.Core

Description

Corner Flags

ImGui.CornerFlags_None
ImGui.CornerFlags_TopLeft
ImGui.CornerFlags_TopRight
ImGui.CornerFlags_BotLeft
ImGui.CornerFlags_BotRight
ImGui.CornerFlags_Top
ImGui.CornerFlags_Bot
ImGui.CornerFlags_Left
ImGui.CornerFlags_Right
ImGui.CornerFlags_All



Dear ImGui