aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x/events.cpp
AgeCommit message (Collapse)Author
2010-09-08GP2X: Clean up input code a little.John Willis
* Match the GP2XWiz input code. svn-id: r52645
2010-06-16Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and ↵David Turner
derived backends. svn-id: r49902
2010-03-08Move some aspect ratio related stuff to graphics/scaler/aspect.hMax Horn
svn-id: r48186
2009-11-09Revert rev 45791 and make the first param of OSystem_SDL::remapKey again ↵Max Horn
non-const (as it may have to be modified for remapping. Of course. Silly me :/) svn-id: r45796
2009-11-09SDL: Make first param of OSystem_SDL::remapKey constMax Horn
svn-id: r45791
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-08-09GP2X: Commit local version of backend, contains a 'fix' to work around a ↵John Willis
GP2X SDL 'feature' that was removing the ability to disable aspect ratio correction. Also misc cleanup and changes to default volume levels to cut down on sample clipping. svn-id: r43167
2009-07-25GP2X Backend: Volume control code cleanup.John Willis
svn-id: r42785
2009-06-06GP2X: Small cleanup of control code and start to work on virtual keyboard ↵John Willis
support for the backend. svn-id: r41230
2009-02-12Cleanup of the GP2X backend. It's been sat on my HDD for a while and it ↵John Willis
really should be in SVN. svn-id: r36278
2008-04-16Small cleanup of the GP2X backend. Still a few odd things I need to glance ↵John Willis
at (like it is not working ;-)). svn-id: r31515
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-06-26Cleanup of the GP2X port to fix compile issues (and the odd warning).John Willis
svn-id: r27728
2007-06-24Not necessary to have a LINUPY hack in the GP2x backendMax Horn
svn-id: r27696
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* ↵Max Horn
constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/ svn-id: r27616
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class ↵Max Horn
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180
2006-10-06Patch #1432376: "Very basic GP2X Backend"Eugene Sandulenko
svn-id: r24144