aboutsummaryrefslogtreecommitdiff
path: root/src/ui/input_util.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-04 17:12:25 +0800
committercrupest <crupest@outlook.com>2019-04-04 17:12:25 +0800
commita410e2048db6f5ef6fb50e401a59b4b98b979050 (patch)
tree500680c63b074e8c3eefd756fd6a1d0f41840c1a /src/ui/input_util.hpp
parentfcaf471275a67d718887430ee63a53890915c4c7 (diff)
downloadcru-a410e2048db6f5ef6fb50e401a59b4b98b979050.tar.gz
cru-a410e2048db6f5ef6fb50e401a59b4b98b979050.tar.bz2
cru-a410e2048db6f5ef6fb50e401a59b4b98b979050.zip
...
Diffstat (limited to 'src/ui/input_util.hpp')
-rw-r--r--src/ui/input_util.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ui/input_util.hpp b/src/ui/input_util.hpp
deleted file mode 100644
index 2d01f725..00000000
--- a/src/ui/input_util.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#pragma once
-#include "pre.hpp"
-
-namespace cru::ui {
-enum class MouseButton { Left, Right, Middle };
-
-bool IsKeyDown(int virtual_code);
-bool IsKeyToggled(int virtual_code);
-bool IsAnyMouseButtonDown();
-} // namespace cru::ui