MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / GuiState

Method GuiState

demo/imgui.cpp:145–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143struct GuiState
144{
145 GuiState() :
146 left(false), leftPressed(false), leftReleased(false),
147 mx(-1), my(-1), scroll(0),
148 active(0), hot(0), hotToBe(0), isHot(false), isActive(false), wentActive(false),
149 dragX(0), dragY(0), dragOrig(0), widgetX(0), widgetY(0), widgetW(100),
150 insideCurrentScroll(false), areaId(0), widgetId(0)
151 {
152 }
153
154 bool left;
155 bool leftPressed, leftReleased;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected