Skip to content
Snippets Groups Projects
Commit 3d678ed4 authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Added mouse click detection (edge detect kind of thing)

parent e84635d0
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ public:
//state of mouse buttons
static bool mwheel_pressed;
static bool lmb_pressed;
static bool lmb_click;
static bool rmb_pressed;
//mouse position
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment