Rename Button to ButtonPressed
This commit is contained in:
@@ -42,7 +42,7 @@ void DeckView::Update(float dt)
|
||||
}
|
||||
}
|
||||
|
||||
bool DeckView::Button(Buttons button)
|
||||
bool DeckView::ButtonPressed(Buttons button)
|
||||
{
|
||||
switch(button)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user