aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_events.cpp
AgeCommit message (Collapse)Author
2016-01-07IPHONE: Make includes match our style.Johannes Schickel
2014-02-18IPHOME: Make GPL headers consistent in themselves.Johannes Schickel
2012-04-02IPHONE: Use InternalEvent directly.Johannes Schickel
2012-02-23IPHONE: Let iPhoneView and OSystem_IPHONE share the same VideoContext.Johannes Schickel
This allows for better sharing between the current video state in the view and the OSystem implementation. This also gets rid of most C interface functions for calling ObjC code.
2012-02-23IPHONE: Use VideoContext in OSystem_IPHONE.Johannes Schickel
2012-02-20IPHONE: Refactor event code a bit.Johannes Schickel
Now mouse x/y coordinates are passed as int.
2012-02-19IPHONE: Formatting fixes.Johannes Schickel
2012-02-19IPHONE: Take advantage of Common::EVENT_INVALID.Johannes Schickel
2012-02-19IPHONE: Change F5 (menu) gesture to open up the GMM.Johannes Schickel
Thanks to tsoliman for this patch.
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-05-15IPHONE: Changed the iOS queued event handling to fix mouseclicks in GobOystein Eftevaag
We now delay the mouseup events for 50ms, rather than just delaying them for an additional couple of pollEvent (which doesn't work anymore due to changes in the eventhandling code elsewhere). This fixes #3018512.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-10-31IPHONE: Enable use of forbidden symbolsMax Horn
svn-id: r53971
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
svn-id: r53160
2010-09-29IPHONE: The overlay will now always be in the native device resolutionOystein Eftevaag
svn-id: r52939
2010-06-15IPhone: sync with recent GUI changes. NOT TESTED.Eugene Sandulenko
svn-id: r49792
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-07-14Split the iPhone OSystem class up into several filesOystein Eftevaag
svn-id: r42479