diff options
| author | Mel <einebeere@gmail.com> | 2022-10-21 01:03:18 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2022-10-21 01:03:18 +0200 |
| commit | 6ed978051668c08f5a957c97570f364dd580c807 (patch) | |
| tree | e3db93c52fcd86e26bc859d46e755290d2a7f40c /src/Mouse.hpp | |
| parent | 0464a83dfaebaa75d6e2d3b7431e84ebd83fccfd (diff) | |
| download | meowcraft-6ed978051668c08f5a957c97570f364dd580c807.tar.zst meowcraft-6ed978051668c08f5a957c97570f364dd580c807.zip | |
Namespace and Folder refactor
Diffstat (limited to 'src/Mouse.hpp')
| -rw-r--r-- | src/Mouse.hpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/Mouse.hpp b/src/Mouse.hpp deleted file mode 100644 index c546a7e..0000000 --- a/src/Mouse.hpp +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once - -#include <cstdint> -#include "Math/Vector.hpp" -#include "Window.hpp" - -namespace MC { - -class Mouse { -public: - Mouse() = default; - - Vector<2> update(Window &window); -private: - bool m_first_event = true; - float m_last_x, m_last_y = 0.0f; -}; - -} \ No newline at end of file |
