INNER CODE UNIT · C++

clickedIdx

JuanDiegoMontoya/Gengine · src/engine/Console.cpp:65

    int  clickedIdx = -1;         // Index of popup item clicked with the mouse
    bool selectionChanged = false;// Flag to help focus the correct item when selecting active item
    ImVec2 popupPos{};
    ImVec2 popupSize{};
    bool isWindowFocused = false;
    bool isPopupFocused = false;
    bool userTypedKey = false;
  } state;
};

Console* Console::Get()
{
  static Console console{};
  return &console;
}

Console::Console()
{

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…