summaryrefslogtreecommitdiffhomepage
path: root/src/input.hpp
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-11-25 02:55:55 -0500
committerrealtradam <[email protected]>2022-11-25 02:55:55 -0500
commit4e7226ad1b081982e5cbed349edca1c5b0e1b779 (patch)
tree6d497896f979e6bbcb0841d33d3a2815333cfef9 /src/input.hpp
parent6e1d0c6a3f3699e44000f411cd93261c460f75a9 (diff)
downloadOgle-4e7226ad1b081982e5cbed349edca1c5b0e1b779.tar.gz
Ogle-4e7226ad1b081982e5cbed349edca1c5b0e1b779.zip
fixed Makefile, implemented bunnymark
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();
}