??
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "PrintHandler.h"
|
||||
#include <iostream>
|
||||
|
||||
PrintHandler::PrintHandler(std::shared_ptr<Input::IInputDriver> driver) :
|
||||
PrintHandler::PrintHandler(std::shared_ptr<FlippR_Driver::Input::IInputDriver> driver) :
|
||||
EventHandler(driver)
|
||||
{}
|
||||
|
||||
|
||||
@@ -5,12 +5,13 @@
|
||||
#ifndef FLIPPR_DRIVER_PRINTHANDLER_H
|
||||
#define FLIPPR_DRIVER_PRINTHANDLER_H
|
||||
|
||||
#include <memory>
|
||||
#include "IEventHandler.h"
|
||||
|
||||
class PrintHandler : public IEventHandler
|
||||
{
|
||||
public:
|
||||
PrintHandler(std::shared_ptr<Input::IInputDriver> driver);
|
||||
PrintHandler(std::shared_ptr<FlippR_Driver::Input::IInputDriver> driver);
|
||||
|
||||
virtual void handle(FlippR_Driver::Input::Event& event) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user