summaryrefslogtreecommitdiff
path: root/include/SDL_events.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-22Removed the SDL 1.2 compatibility API... we'll see how painful this is.Sam Lantinga1-44/+0
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-12-29Fixed bug 1336 - Added a timestamp on all SDL eventsSam Lantinga1-0/+21
2011-11-20First pass at a simple drag and drop API, allowing you to accept files droppe...Sam Lantinga1-2/+18
2011-11-07Fixed a typo in the header.Sam Lantinga1-2/+2
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2011-02-07Sheena pointed out that "scancode" and "keysym" are single words and shouldn'...Sam Lantinga1-1/+1
2011-02-01Added functions to watch events as they go through the event queue.Sam Lantinga1-0/+12
2011-01-24Renamed SDL_keysym to SDL_KeySymkrogoway1-1/+1
2011-01-17Fixed compiler errorSam Lantinga1-1/+2
2011-01-17Minor documentation consistency cleanupSam Lantinga1-5/+4
2011-01-12Fixed spacing in commentsSam Lantinga1-2/+2
2011-01-12Updated headers to match wiki documentationSam Lantinga1-2/+2
2010-08-22Merged Jim's Google Summer of Code work from SDL-gsoc2010_gestureSam Lantinga1-1/+94
2010-08-15Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test...Jim Grandpre1-0/+1
2010-08-14Fixed documentation errorSam Lantinga1-4/+4
2010-08-04Fixed gestureMulti. Disabled dollar gesture temporarily.Jim Grandpre1-1/+4
2010-07-31Added SDL_TouchID, SDL_FingerID, SDL_GestureID types. Converted to integer ci...jimtla1-9/+9
2010-07-30Upgraded touchId/fingerId to long. Changed position variables to floats.jimtla1-14/+10
2010-07-20Added support for keyboard repeat (only tested on Windows so far)Sam Lantinga1-1/+1
2010-07-13Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT...Jim Grandpre1-0/+1
2010-07-12Merged changes from the main SDL codebaseSam Lantinga1-44/+17
2010-07-11Added some files I had previosuly missedJim Grandpre1-1/+5
2010-07-09Moved $1 Gestures into the SDL LibraryJim Grandpre1-0/+17
2010-07-08Added an event when the clipboard is updated, triggered after the window gain...Sam Lantinga1-0/+3
2010-07-07Moved Multi finger gesture recognition into the library.Jim Grandpre1-1/+28
2010-05-29Added pressure support for touch events.Jim Grandpre1-0/+1
2010-05-28Added reading of event* for touch events.Jim Grandpre1-0/+2
2010-05-27Added touch event definitions. Heavily modified events/SDL_touch*.Jim Grandpre1-0/+41
2010-05-09Removed multi-mouse / multi-keyboard support in anticipation of a real multi-...Sam Lantinga1-40/+10
2010-04-15Minor cleanup on Jiang's patchSam Lantinga1-0/+1
2010-04-15changeset: 4433:25667ea797faSam Lantinga1-0/+1
2010-03-25General improvements for user custom event registrationSam Lantinga1-119/+143
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2010-01-21Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ...Sam Lantinga1-8/+8
2009-12-16Fixed bug #642Sam Lantinga1-1/+2
2009-10-19Partial fix for bug #859Sam Lantinga1-160/+178
2009-09-19Merged a cleaned up version of Jiang's code changes from Google Summer of Cod...Sam Lantinga1-0/+17
2009-06-10Fixed bug #750Sam Lantinga1-7/+8
2009-06-05Added a #ifndef SDL_NO_COMPAT around SDL_ActiveEvent and SDL_ResizeEvent so t...Bob Pendleton1-9/+14
2009-02-17Fixed bug #684Sam Lantinga1-0/+8
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2008-08-25Final merge of Google Summer of Code 2008 work...Sam Lantinga1-3/+24
2008-01-15Minimal implementation of textinput events for x11. It only works for latin-1.Bob Pendleton1-6/+7
2007-07-06Fixed bug #382Sam Lantinga1-1/+2
2007-06-20Added a WindowID to the user event and cleaned up a little bit of formatingBob Pendleton1-4/+5
2006-07-29Implemented Cocoa mouse wheel eventsSam Lantinga1-2/+2
2006-07-18Added a test program framework for easy initialization.Sam Lantinga1-13/+13
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-178/+303