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

Method seekToFrame

src/program/ui/InputEditorModel.cpp:1378–1381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1376}
1377
1378void InputEditorModel::seekToFrame(unsigned long long frame)
1379{
1380 rewind(frame, true); // rewind and enforce seek to frame
1381}
1382
1383void InputEditorModel::setAutoholdInput(int column, bool checked)
1384{

Callers 2

mousePressEventMethod · 0.80
wheelEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected