From d4331d739cac14a83245e21430249fe31b96ebde Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 6 Mar 2013 11:59:15 -0800 Subject: [PATCH] Removed multi-input events, since we removed the unimplemented API recently. --- include/SDL_events.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/SDL_events.h b/include/SDL_events.h index 49bdb9677..27e23ee2a 100644 --- a/include/SDL_events.h +++ b/include/SDL_events.h @@ -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 */