mirror of
https://github.com/love2d/love.git
synced 2026-08-19 04:06:17 +02:00
Added love.joystickaxismoved, love.joystickballmoved, and love.joystickhatmoved callbacks
--HG-- branch : joystickevents
This commit is contained in:
@@ -72,6 +72,8 @@ private:
|
||||
static EnumMap<love::keyboard::Keyboard::Key, SDLKey, love::keyboard::Keyboard::KEY_MAX_ENUM> keys;
|
||||
static EnumMap<love::mouse::Mouse::Button, Uint8, love::mouse::Mouse::BUTTON_MAX_ENUM>::Entry buttonEntries[];
|
||||
static EnumMap<love::mouse::Mouse::Button, Uint8, love::mouse::Mouse::BUTTON_MAX_ENUM> buttons;
|
||||
static EnumMap<love::joystick::Joystick::Hat, Uint8, love::joystick::Joystick::HAT_MAX_ENUM>::Entry hatEntries[];
|
||||
static EnumMap<love::joystick::Joystick::Hat, Uint8, love::joystick::Joystick::Joystick::HAT_MAX_ENUM> hats;
|
||||
|
||||
}; // System
|
||||
|
||||
|
||||
Reference in New Issue
Block a user