Removed multi-input events, since we removed the unimplemented API recently.
This commit is contained in:
parent
541a638836
commit
85d6d00788
1 changed files with 0 additions and 8 deletions
|
@ -77,14 +77,6 @@ typedef enum
|
||||||
SDL_MOUSEBUTTONUP, /**< Mouse button released */
|
SDL_MOUSEBUTTONUP, /**< Mouse button released */
|
||||||
SDL_MOUSEWHEEL, /**< Mouse wheel motion */
|
SDL_MOUSEWHEEL, /**< Mouse wheel motion */
|
||||||
|
|
||||||
/* Tablet or multiple mice input device events */
|
|
||||||
SDL_INPUTMOTION = 0x500, /**< Input moved */
|
|
||||||
SDL_INPUTBUTTONDOWN, /**< Input button pressed */
|
|
||||||
SDL_INPUTBUTTONUP, /**< Input button released */
|
|
||||||
SDL_INPUTWHEEL, /**< Input wheel motion */
|
|
||||||
SDL_INPUTPROXIMITYIN, /**< Input pen entered proximity */
|
|
||||||
SDL_INPUTPROXIMITYOUT, /**< Input pen left proximity */
|
|
||||||
|
|
||||||
/* Joystick events */
|
/* Joystick events */
|
||||||
SDL_JOYAXISMOTION = 0x600, /**< Joystick axis motion */
|
SDL_JOYAXISMOTION = 0x600, /**< Joystick axis motion */
|
||||||
SDL_JOYBALLMOTION, /**< Joystick trackball motion */
|
SDL_JOYBALLMOTION, /**< Joystick trackball motion */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue