Random Commit to get Viktor's stuff

This commit is contained in:
PlatinumSkink
2015-09-10 22:32:09 +02:00
parent 1d94338214
commit 4890b74f37
2 changed files with 19 additions and 3 deletions
+5
View File
@@ -111,6 +111,11 @@ bool dd::Systems::PadSystem::OnKeyUp(const dd::Events::KeyUp &event)
return true;
}
bool dd::Systems::PadSystem::OnContact(/*const dd::Events::Contact &event,*/)
{
}
bool dd::Systems::PadSystem::PadSteeringInputController::OnCommand(const Events::InputCommand &event)
{
std::string command = event.Command;