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

Added b,s,g click tracking

parent 23a5f0a0
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,9 @@ public:
//state of tracked keyboard buttons
static bool esc_click; //esc changes from up to down
static bool space_pressed;
static bool b_click;
static bool s_click;
static bool g_click;
//mouse position
static float mpos_x;
......
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