threading again
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#define INPUTEVENTHANDLER_H_
|
||||
|
||||
#include "InputEvent.h"
|
||||
#include "Detector.h"
|
||||
|
||||
namespace Input
|
||||
{
|
||||
@@ -17,13 +18,6 @@ class InputEventHandler
|
||||
{
|
||||
|
||||
|
||||
class Detector
|
||||
{
|
||||
public:
|
||||
void register_input_event_handler(InputEventHandler* handler);
|
||||
void unregister_input_event_handler(InputEventHandler* handler);
|
||||
|
||||
};
|
||||
public:
|
||||
InputEventHandler(std::shared_ptr<Detector> detector) :
|
||||
detector(detector)
|
||||
|
||||
Reference in New Issue
Block a user