Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed multi-input events, since we removed the unimplemented API re…
Browse files Browse the repository at this point in the history
…cently.
  • Loading branch information
slouken committed Mar 6, 2013
1 parent 3803c52 commit d4331d7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/SDL_events.h
Expand Up @@ -77,14 +77,6 @@ typedef enum
SDL_MOUSEBUTTONUP, /**< Mouse button released */
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 */
SDL_JOYAXISMOTION = 0x600, /**< Joystick axis motion */
SDL_JOYBALLMOTION, /**< Joystick trackball motion */
Expand Down

0 comments on commit d4331d7

Please sign in to comment.