1
0
Fork 0

include/Spectre/Input/Mouse.h rename Button1,Button2 to XButton1 and XButton2

Button1 and Button2 are defined by Xlib. So lets change our ones to avoid headache.
This commit is contained in:
Henrik Hautakoski 2020-12-26 17:30:32 +01:00
parent 81c7e34c58
commit c082700891
3 changed files with 7 additions and 7 deletions

View file

@ -16,8 +16,8 @@ public :
Left,
Right,
Middle,
Button1,
Button2,
XButton1,
XButton2,
NUM_MBUTTONS
};