aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x/events.cpp
AgeCommit message (Collapse)Author
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