Corrected old issue with mouse buttons on web
This commit is contained in:
parent
efa286a550
commit
3396743aba
@ -176,13 +176,8 @@
|
|||||||
|
|
||||||
// Mouse Buttons
|
// Mouse Buttons
|
||||||
#define MOUSE_LEFT_BUTTON 0
|
#define MOUSE_LEFT_BUTTON 0
|
||||||
#if defined(PLATFORM_WEB)
|
#define MOUSE_RIGHT_BUTTON 1
|
||||||
#define MOUSE_RIGHT_BUTTON 2
|
#define MOUSE_MIDDLE_BUTTON 2
|
||||||
#define MOUSE_MIDDLE_BUTTON 1
|
|
||||||
#else
|
|
||||||
#define MOUSE_RIGHT_BUTTON 1
|
|
||||||
#define MOUSE_MIDDLE_BUTTON 2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Touch points registered
|
// Touch points registered
|
||||||
#define MAX_TOUCH_POINTS 2
|
#define MAX_TOUCH_POINTS 2
|
||||||
|
Loading…
Reference in New Issue
Block a user