aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/dc/input.cpp
AgeCommit message (Collapse)Author
2014-02-18DC: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-10DC: Silenced some stupid warningsMarcus Comstedt
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-07DC: Use OSystem's 'slots' for timer/savefile manager & fsFactoryMax Horn
2011-05-23DC: Fix compilationMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2009-07-05Refresh the screen if pollEvent() is called without updateScreen() being ↵Marcus Comstedt
called for a long time. svn-id: r42139
2007-09-19Fixed fallout from keycode being made an enum.Marcus Comstedt
svn-id: r28970
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-07-01Removing non-ASCII chars from source codeMax Horn
svn-id: r27818
2007-06-24Use keycodes instead of the (bad) ascii code for function keys in the DC backendMax Horn
svn-id: r27695
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-27Fixed yet another DC compile errorMax Horn
svn-id: r26309
2007-03-26Fix compile error in the DC portMax Horn
svn-id: r26306
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-22Removed timerproc and soundproc.Marcus Comstedt
svn-id: r24455
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt
svn-id: r23357