1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Fixed issue with forward/backward mouse buttons

This commit is contained in:
Brian Fiete 2020-09-09 23:29:36 -07:00
parent e70394bbf6
commit 0b7edafd73
2 changed files with 7 additions and 1 deletions

View file

@ -80,7 +80,7 @@ public:
class BFSysBitmap;
#define KEYCODE_MAX 0x100
#define MOUSEBUTTON_MAX 3
#define MOUSEBUTTON_MAX 5
class BFWindow;