Package imgui.enums

Class ImGuiCond

java.lang.Object
imgui.enums.ImGuiCond

public final class ImGuiCond
extends java.lang.Object
Enumateration for ImGui::SetWindow***(), SetNextWindow***(), SetNextItem***() functions Represent a condition. Important: Treat as a regular enum! Do NOT combine multiple values using binary operators! All the functions above treat 0 as a shortcut to ImGuiCond_Always.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int Always  
    static int Appearing  
    static int FirstUseEver  
    static int Once  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait