MCPcopy Create free account
hub / github.com/SsageParuders/Android_Native_Surface / UpdateInputEvents

Method UpdateInputEvents

src/source/ImGui/imgui.cpp:7854–7989  ·  view source on GitHub ↗

Process input queue We always call this with the value of 'bool g.IO.ConfigInputTrickleEventQueue'. - trickle_fast_inputs = false : process all events, turn into flattened input state (e.g. successive down/up/down/up will be lost) - trickle_fast_inputs = true : process as many events as possible (successive down/up/down/up will be trickled over several frames so nothing is lost) (new feature in 1

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

ImVec2Function · 0.85
ImFloorSignedFunction · 0.85
TestBitMethod · 0.80
ClearInputKeysMethod · 0.80
SetBitMethod · 0.45
push_backMethod · 0.45
resizeMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected