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

Method setEvents

src/program/ui/InputEventModel.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void InputEventModel::setEvents(const std::vector<InputEvent>& frame_events)
128{
129 beginResetModel();
130 events = frame_events;
131 endResetModel();
132}
133
134void InputEventModel::append()
135{

Callers 1

setFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected