Package imgui.enums

Class ImGuiStyleVar

java.lang.Object
imgui.enums.ImGuiStyleVar

public final class ImGuiStyleVar
extends java.lang.Object
Enumeration for PushStyleVar() / PopStyleVar() to temporarily modify the ImGuiStyle structure. NB: the enum only refers to fields of ImGuiStyle which makes sense to be pushed/popped inside UI code. During initialization, feel free to just poke into ImGuiStyle directly. NB: if changing this enum, you need to update the associated internal table GStyleVarInfo[] accordingly. This is where we link enum values to members offset/type.