Input: Expose mouse X1 and X2 buttons

This commit is contained in:
Amaryllis Kulla 2022-01-23 21:49:29 +01:00
parent 5d38b1f813
commit e156421b3b
4 changed files with 14 additions and 5 deletions

View file

@ -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);