summaryrefslogtreecommitdiff
path: root/include/SDL_mouse.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-06-04Fixed comments in headers for doxygen output.Philipp Wiesemann1-1/+1
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-11-20Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga1-3/+3
2016-08-03Added brackets to function names in header comments so that doxygen links them.Philipp Wiesemann1-1/+1
2016-05-05Added missing links at documentation of SDL_FreeCursor() in header file.Philipp Wiesemann1-1/+3
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-07-17SDL_WarpMouseGlobal() should return non-void.Ryan C. Gordon1-1/+2
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2014-12-03add in support for passing down the "natural" (or flipped) scrolling directio...Edward Rudd1-0/+9
2014-06-25Merged Ryan's SDL-gui-backend branch.Ryan C. Gordon1-0/+56
2014-06-25Changed SDL_GetAbsoluteMouseState() to SDL_GetGlobalMouseState().Ryan C. Gordon1-1/+1
2014-06-05Implemented SDL_GetAbsoluteMouseState().Ryan C. Gordon1-0/+25
2014-06-04Added an API function to warp the mouse cursor in global screen space: SDL_Wa...Sam Lantinga1-0/+10
2014-05-24Implemented SDL_CaptureMouse().Ryan C. Gordon1-0/+31
2014-02-02Fixed bug 2374 - Update copyright for 2014...Sam Lantinga1-1/+1
2013-05-18File style cleanup for the SDL 2.0 releaseSam Lantinga1-33/+29
2013-04-24Add SDL_GetDefaultCursor.Jørgen P. Tjernø1-0/+5
2013-04-16Removed C++-style single-line comments from a public header (thanks, Martin!).Ryan C. Gordon1-12/+12
2013-02-19The input API was never implemented, so removing it before release.Sam Lantinga1-16/+0
2013-02-15Happy New Year!Sam Lantinga1-1/+1
2012-11-19Added code to testwm2 to test the system cursor supportSam Lantinga1-0/+1
2012-11-19Add SDL_CreateSystemCursor for Windows and Linux.Michael Sartain1-0/+25
2012-11-12Nobody will EVER use more than 8 buttons. Oh wait... Nobody will EVER use mo...Sam Lantinga1-2/+2
2011-12-31Happy New Year!Sam Lantinga1-1/+1
2011-04-08SDL 1.3 is now under the zlib license.Sam Lantinga1-19/+18
2011-03-11Added a function to create color cursors: SDL_CreateColorCursor()Sam Lantinga1-0/+9
2011-02-11Happy 2011! :)Sam Lantinga1-1/+1
2010-05-09Removed multi-mouse / multi-keyboard support in anticipation of a real multi-...Sam Lantinga1-98/+51
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-3/+3
2009-12-16Initial band-aids on SDL_GetMouseState() API breakage. More work to come.Ryan C. Gordon1-1/+1
2009-10-19Partial fix for bug #859Sam Lantinga1-135/+113
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2008-10-04Final merge of Google Summer of Code 2008 work...Sam Lantinga1-5/+5
2008-08-25Removed unneccesary code lines. Fixed mousename bug. Added lacking code in mo...Szymon Wilczek1-5/+38
2008-08-25Final merge of Google Summer of Code 2008 work...Sam Lantinga1-5/+17
2007-12-29Fixed bug #464Sam Lantinga1-0/+4
2007-08-15Date: Wed, 15 Aug 2007 01:08:38 +0200Sam Lantinga1-1/+1
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-44/+133
2006-02-10More header massaging... works great on Windows. ;-)Sam Lantinga1-0/+1
2006-02-10*** empty log message ***Sam Lantinga1-1/+1
2006-02-06It's now possible to build SDL without any C runtime at all on Windows,Sam Lantinga1-1/+1
2006-02-01Updated copyright information and removed rcs id lines (problematic in branch...Sam Lantinga1-12/+7
2005-04-17Added some parentheses for a little more macro safety. Recommended by PetriRyan C. Gordon1-1/+1
2004-07-18Date: Mon, 3 May 2004 03:15:01 +0100Sam Lantinga1-1/+1
2004-01-04Updated copyright information for 2004 (Happy New Year!)Sam Lantinga1-1/+1
2002-08-19Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5)Sam Lantinga1-0/+4
2002-04-11Explicitly specify the SDL API calling convention (C by default)Sam Lantinga1-8/+8
2002-03-06Updated copyright information for 2002Sam Lantinga1-1/+1