InputCommon: add a ton of missing consts

fix some related grammar errors
only the ButtonManager required code changes
This commit is contained in:
Filoppi
2021-05-10 23:48:10 +03:00
parent d586163e38
commit a261e61e9e
20 changed files with 61 additions and 40 deletions
@@ -280,7 +280,7 @@ void ReshapableInput::SaveConfig(IniFile::Section* section, const std::string& d
}
ReshapableInput::ReshapeData ReshapableInput::Reshape(ControlState x, ControlState y,
ControlState modifier)
ControlState modifier) const
{
x -= m_center.x;
y -= m_center.y;