MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / EnqueueOrderedEvent

Method EnqueueOrderedEvent

src/app/app-common/KneeboardState.cpp:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417void KneeboardState::EnqueueOrderedEvent(std::function<task<void>()> event) {
418 mOrderedEventQueue.push(event);
419}
420
421task<void> KneeboardState::FlushOrderedEventQueue(
422 std::chrono::time_point<std::chrono::steady_clock> stopAt) {

Callers 2

InitMethod · 0.95
StartTabletInputMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected