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

Method isInputAnalog

src/program/ui/InputEditorModel.cpp:791–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789}
790
791bool InputEditorModel::isInputAnalog(int column)
792{
793 if (column < COLUMN_SPECIAL_SIZE)
794 return false;
795
796 if (column == columnCount() - 1)
797 return false;
798
799 const SingleInput si = movie->editor->input_set[column-COLUMN_SPECIAL_SIZE];
800 return si.isAnalog();
801}
802
803bool InputEditorModel::insertRows(int row, int count, const QModelIndex &parent)
804{

Callers 3

resizeAllColumnsMethod · 0.80
mousePressEventMethod · 0.80
horizontalMenuMethod · 0.80

Calls 1

isAnalogMethod · 0.80

Tested by

no test coverage detected