reworked eventhandler

This commit is contained in:
Jonas Zeunert
2019-05-07 15:04:53 +02:00
parent 13815cc714
commit c32ce18841
7 changed files with 24 additions and 89 deletions

View File

@@ -8,17 +8,19 @@
#ifndef SRC_INPUT_IINPUTDRIVER_H_
#define SRC_INPUT_IINPUTDRIVER_H_
#include "Event.h"
#include <memory>
#include <boost/optional/optional_io.hpp>
#include "input/EventHandler.h"
namespace flippR_driver
{
namespace input
{
class EventHandler;
class InputDriver {
public:
virtual ~InputDriver() = default;