MCPcopy 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
204inline void clearInput()
205{
206 g_state.leftPressed = false;
207 g_state.leftReleased = false;
208 g_state.scroll = 0;
209}
210
211inline void clearActive()
212{

Callers 2

clearActiveFunction · 0.85
imguiEndFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected