MCPcopy Create free account
hub / github.com/clementgallet/libTAS / processEvents

Method processEvents

src/shared/inputs/AllInputs.cpp:341–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341void AllInputs::processEvents()
342{
343 for (const auto& event : events) {
344 SingleInput si;
345 si.type = event.type;
346 si.which = event.which;
347 setInput(si, event.value);
348 }
349}
350
351void AllInputs::send(bool preview)
352{

Callers 2

readFrameMethod · 0.80
slotSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected