Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
void InputEventModel::setEvents(const std::vector<InputEvent>& frame_events)
128
{
129
beginResetModel();
130
events = frame_events;
131
endResetModel();
132
}
133
134
void InputEventModel::append()
135
{
Callers
1
setFrame
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected