Rename Button to ButtonPressed

This commit is contained in:
Tobias Loose
2013-12-05 22:11:48 +01:00
parent 1194463349
commit 077ab10c05
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ void DeckView::Update(float dt)
}
}
bool DeckView::Button(Buttons button)
bool DeckView::ButtonPressed(Buttons button)
{
switch(button)
{