fixed cli
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
#include <iostream>
|
||||
|
||||
PrintHandler::PrintHandler(std::shared_ptr<FlippR_Driver::Input::IInputDriver> driver) :
|
||||
EventHandler(driver)
|
||||
{}
|
||||
FlippR_Driver::Input::EventHandler(driver)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void PrintHandler::handle(FlippR_Driver::Input::Event &event)
|
||||
|
||||
@@ -6,9 +6,10 @@
|
||||
#define FLIPPR_DRIVER_PRINTHANDLER_H
|
||||
|
||||
#include <memory>
|
||||
#include "IEventHandler.h"
|
||||
#include "EventHandler.h"
|
||||
#include "IInputDriver.h"
|
||||
|
||||
class PrintHandler : public IEventHandler
|
||||
class PrintHandler : public FlippR_Driver::Input::EventHandler
|
||||
{
|
||||
public:
|
||||
PrintHandler(std::shared_ptr<FlippR_Driver::Input::IInputDriver> driver);
|
||||
|
||||
Reference in New Issue
Block a user