diff options
| author | realtradam <[email protected]> | 2022-11-25 02:55:55 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-25 02:55:55 -0500 |
| commit | 4e7226ad1b081982e5cbed349edca1c5b0e1b779 (patch) | |
| tree | 6d497896f979e6bbcb0841d33d3a2815333cfef9 /src/input.hpp | |
| parent | 6e1d0c6a3f3699e44000f411cd93261c460f75a9 (diff) | |
| download | Ogle-4e7226ad1b081982e5cbed349edca1c5b0e1b779.tar.gz Ogle-4e7226ad1b081982e5cbed349edca1c5b0e1b779.zip | |
fixed Makefile, implemented bunnymark
Diffstat (limited to 'src/input.hpp')
| -rw-r--r-- | src/input.hpp | 3 |
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(); } |
