summaryrefslogtreecommitdiffhomepage
path: root/src/input.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.hpp')
-rw-r--r--src/input.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input.hpp b/src/input.hpp
index 955ed95..20bba64 100644
--- a/src/input.hpp
+++ b/src/input.hpp
@@ -3,4 +3,7 @@
namespace Input {
void process(GLFWwindow *window);
+ int get_mouse_x();
+ int get_mouse_y();
+ bool get_mouse_click();
}