Making the clickable component works with left and right clicks

This commit is contained in:
AnonymusRaccoon
2020-03-10 15:23:46 +01:00
parent 2521a73936
commit af57877b65
7 changed files with 31 additions and 18 deletions
+6
View File
@@ -12,4 +12,10 @@ typedef enum gc_keybindings
ESCAPE = sfKeyEscape
} gc_keybindings;
typedef enum gc_mousekeys
{
GC_LEFT,
GC_RIGHT
};
#endif //_KEYBINDINGS_H_