adding comment
This commit is contained in:
@@ -26,12 +26,6 @@
|
||||
namespace Input
|
||||
{
|
||||
|
||||
class EventHandler
|
||||
{
|
||||
public:
|
||||
void handle(Event& event);
|
||||
};
|
||||
|
||||
class Detector
|
||||
{
|
||||
|
||||
|
||||
@@ -34,6 +34,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:
|
||||
|
||||
@@ -4,13 +4,4 @@
|
||||
* Created on: May 3, 2018
|
||||
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
|
||||
*/
|
||||
#include "catch.hpp"
|
||||
#include "../input/Detector.h"
|
||||
#include "../input/InputEvent.h"
|
||||
|
||||
#include <set>
|
||||
|
||||
using namespace Input;
|
||||
|
||||
|
||||
|
||||
#include "../catch.hpp"
|
||||
Reference in New Issue
Block a user