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:
parent
db695f11f6
commit
7e79663dce
3 changed files with 7 additions and 7 deletions
|
|
@ -16,8 +16,8 @@ public :
|
|||
Left,
|
||||
Right,
|
||||
Middle,
|
||||
Button1,
|
||||
Button2,
|
||||
XButton1,
|
||||
XButton2,
|
||||
NUM_MBUTTONS
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue