implemented cli
This commit is contained in:
17
FlippR-Driver/cli/PrintHandler.h
Normal file
17
FlippR-Driver/cli/PrintHandler.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Created by rhetenor on 13.09.18.
|
||||
//
|
||||
|
||||
#ifndef FLIPPR_DRIVER_PRINTHANDLER_H
|
||||
#define FLIPPR_DRIVER_PRINTHANDLER_H
|
||||
|
||||
#include "IEventHandler.h"
|
||||
|
||||
class PrintHandler : public IEventHandler
|
||||
{
|
||||
public:
|
||||
virtual void handle(FlippR_Driver::Input::Event& event);
|
||||
};
|
||||
|
||||
|
||||
#endif //FLIPPR_DRIVER_PRINTHANDLER_H
|
||||
Reference in New Issue
Block a user