Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/FleX
/ clearInput
Function
clearInput
demo/imgui.cpp:204–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
inline void clearInput()
205
{
206
g_state.leftPressed = false;
207
g_state.leftReleased = false;
208
g_state.scroll = 0;
209
}
210
211
inline void clearActive()
212
{
Callers
2
clearActive
Function · 0.85
imguiEndFrame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected