aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/input.cpp
AgeCommit message (Collapse)Author
2006-06-30Moved backends/dc into new platform directory.Marcus Comstedt
svn-id: r23357
2006-02-09$Header$ -> $URL$ + $Id$Marcus Comstedt
svn-id: r20441
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-15Avoid "double-clicks" when the virtual keyboard is activated.Marcus Comstedt
svn-id: r19101
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-04-03Added mouse wheel support.Marcus Comstedt
svn-id: r17360
2004-12-09Made SoftKbd more usable with a mouse.Marcus Comstedt
svn-id: r16004
2004-12-05Clean up OSystem::EventMax Horn
svn-id: r15990
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-03-14Virtual keyboard.Marcus Comstedt
svn-id: r13279
2004-03-13Reworked scaling logic, and added kFeatureAspectRatioCorrection support.Marcus Comstedt
svn-id: r13259
2004-03-13Harmonized with new OSystem API.Marcus Comstedt
svn-id: r13245
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-10-02updated Marcus' copyrightMax Horn
svn-id: r10543
2003-08-03More complete keymap.Marcus Comstedt
svn-id: r9440
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
2003-07-30Merged fixes from branch-0-5-0:Marcus Comstedt
* Max's "adjustment" was incomplete, fixed. * Initialize shake_pos to 0 (fixes Sky, which never sets the shake_pos). * Changed sematics of X button to allow boxing in Indy (I hope...) svn-id: r9307
2003-06-18Moved include of stdafx.h to top.Marcus Comstedt
svn-id: r8543
2003-06-18Added casts to EventCode.Marcus Comstedt
svn-id: r8542
2003-05-04Support hires mode (CoMI).Marcus Comstedt
svn-id: r7326
2003-03-03Don't keep a backlog of missed deadlines for event polling...Marcus Comstedt
svn-id: r6674
2003-03-02Timer implemented.Marcus Comstedt
svn-id: r6667
2002-12-06Generate KEY_UP events as well...Marcus Comstedt
svn-id: r5849
2002-10-18Avoid including common/engine as to not create name conflicts with Timer.Marcus Comstedt
svn-id: r5178
2002-09-13Hide the ronin declaration of Timer to avoid conflict with the Timer class.Marcus Comstedt
svn-id: r4932
2002-09-13Updated for new directory layout.Marcus Comstedt
svn-id: r4931
2002-08-21Initial revisionMax Horn
svn-id: r4785