diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-22 12:16:38 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-12-22 12:16:38 +0000 |
| commit | e806d41c8703ddc4bcaf2186d0c1701bd1e1ada3 (patch) | |
| tree | 1612baf22456c0b5a1bef82980177afb34b2756c /ui/inputHandler.h | |
| parent | Window handles UIComponent rendering (diff) | |
| download | ilt-e806d41c8703ddc4bcaf2186d0c1701bd1e1ada3.tar.bz2 ilt-e806d41c8703ddc4bcaf2186d0c1701bd1e1ada3.tar.xz ilt-e806d41c8703ddc4bcaf2186d0c1701bd1e1ada3.zip | |
Initial commit with some basic UI
Diffstat (limited to 'ui/inputHandler.h')
| -rw-r--r-- | ui/inputHandler.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ui/inputHandler.h b/ui/inputHandler.h deleted file mode 100644 index aac323b..0000000 --- a/ui/inputHandler.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef INPUT_HANDLER_H -#define INPUT_HANDLER_H - -#include <special_members.hpp> - -union SDL_Event; - -class InputHandler { -public: - InputHandler() = default; - virtual ~InputHandler() = default; - - DEFAULT_MOVE_COPY(InputHandler); - - virtual bool handleInput(const SDL_Event &) = 0; -}; - -#endif |
