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

Method isAutoholdInput

src/program/ui/InputEditorModel.cpp:1397–1406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1395}
1396
1397bool InputEditorModel::isAutoholdInput(int column) const
1398{
1399 if (column < COLUMN_SPECIAL_SIZE)
1400 return false;
1401
1402 if (column == columnCount() - 1)
1403 return false;
1404
1405 return movie->editor->isAutohold(column-COLUMN_SPECIAL_SIZE);
1406}
1407
1408void InputEditorModel::setAutofireInput(int column, bool checked)
1409{

Callers 2

horizontalMenuMethod · 0.80
clickSectionMethod · 0.80

Calls 1

isAutoholdMethod · 0.80

Tested by

no test coverage detected