mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Removed the 'wu' and 'wd' constants for love.mousepressed, added new love.wheelmoved(x, y) event callback.
+x is mousewheel-right, +y is mousewheel-up. --HG-- branch : minor
This commit is contained in:
@@ -44,8 +44,6 @@ public:
|
||||
BUTTON_RIGHT,
|
||||
BUTTON_X1,
|
||||
BUTTON_X2,
|
||||
BUTTON_WHEELUP,
|
||||
BUTTON_WHEELDOWN,
|
||||
BUTTON_MAX_ENUM
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user