MCPcopy Create free account
hub / github.com/coronalabs/corona / UpdateInputEvents

Method UpdateInputEvents

platform/linux/src/imgui/imgui.cpp:7781–7898  ·  view source on GitHub ↗

Process input queue - 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.87)

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