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

Method isAutofireInput

src/program/ui/InputEditorModel.cpp:1422–1425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1420}
1421
1422bool InputEditorModel::isAutofireInput(int column) const
1423{
1424 return movie->editor->isAutofire(column-COLUMN_SPECIAL_SIZE);
1425}
1426
1427void InputEditorModel::shiftMarkers(int startRow, int offset) {
1428 if (!context->config.editor_move_marker)

Callers 2

horizontalMenuMethod · 0.80
clickSectionMethod · 0.80

Calls 1

isAutofireMethod · 0.80

Tested by

no test coverage detected