mirror of
https://github.com/zoriya/Gamacon.git
synced 2026-06-07 13:34:40 +00:00
Making the clickable component works with left and right clicks
This commit is contained in:
@@ -12,4 +12,10 @@ typedef enum gc_keybindings
|
||||
ESCAPE = sfKeyEscape
|
||||
} gc_keybindings;
|
||||
|
||||
typedef enum gc_mousekeys
|
||||
{
|
||||
GC_LEFT,
|
||||
GC_RIGHT
|
||||
};
|
||||
|
||||
#endif //_KEYBINDINGS_H_
|
||||
|
||||
Reference in New Issue
Block a user