Merge branch 'master' of https://github.com/swinginbird/flippr-code
This commit is contained in:
@@ -26,12 +26,6 @@
|
||||
namespace Input
|
||||
{
|
||||
|
||||
class EventHandler
|
||||
{
|
||||
public:
|
||||
void handle(Event& event);
|
||||
};
|
||||
|
||||
class Detector
|
||||
{
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ public:
|
||||
this->input_driver = NULL;
|
||||
}
|
||||
|
||||
// This function is intended to be non pure, if it is called when the derived class doesn't exist anymore
|
||||
virtual void handle(Event& event);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user