Input: Expose mouse X1 and X2 buttons
This commit is contained in:
parent
5d38b1f813
commit
e156421b3b
4 changed files with 14 additions and 5 deletions
|
|
@ -156,7 +156,9 @@ static buttonCodes[] =
|
|||
|
||||
{ "MOUSELEFT", Input::MouseLeft },
|
||||
{ "MOUSEMIDDLE", Input::MouseMiddle },
|
||||
{ "MOUSERIGHT", Input::MouseRight }
|
||||
{ "MOUSERIGHT", Input::MouseRight },
|
||||
{ "MOUSEX1", Input::MouseX1 },
|
||||
{ "MOUSEX2", Input::MouseX2 }
|
||||
};
|
||||
|
||||
static elementsN(buttonCodes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue