aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/input.cpp
AgeCommit message (Collapse)Author
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all ↵Yotam Barnoy
engines + GUI and proper keypad handling svn-id: r48101
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets ↵Christopher Page
_shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed svn-id: r33082
2008-07-11Queen works with the new GMM implementation, and made a correction to a ↵Christopher Page
change in parallaction svn-id: r32999
2008-07-06QUEEN: Made it possible to quit during the intro cutawaysChristopher Page
svn-id: r32933
2008-06-04QUEEN: Modified engine to use a quit flag instead of system->quit() in order ↵Christopher Page
to return to the launcher svn-id: r32525
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
2007-11-01Some changes to FOTAQ for the work in progress Greek translation in FR ↵Filippos Karapetis
#1723255 - "FOTAQ code modifications (mostly for greek translation)": - Added Greek font to FOTAQ - When the verb is "Go to" in the Greek version, there won't be a space after the verb and the item (as per the translator's request) - The strings in the journal are not cut off in the Greek version svn-id: r29360
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-06-22Cleaning up after myself (I blame it on, err, uhh... the Vogons?)Max Horn
svn-id: r27625
2007-06-22Get rid of FOTAQ's own KeyCode enum in favor of Common::KeyCode (attention: ↵Max Horn
the F12 quickload hotkey used to be incorrectly mapped to F6, this change 'fixes' that) svn-id: r27623
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-04-02Re-introduced Input::getMousePos and removed g_system-Gregory Montoir
svn-id: r26372
2007-04-02This should make the game match the original DOS version speed.Gregory Montoir
svn-id: r26371
2007-03-18QUEEN: Make use of EventManager::getMousePosMax Horn
svn-id: r26224
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
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
svn-id: r26156
2006-11-03cleanup (got rid of the custom Language enum, re-used the one in the Common ↵Gregory Montoir
namespace) svn-id: r24595
2006-04-17Moved updateScreen() into delay() for smoother mouse cursor movement. This mayTorbjörn Andersson
possibly make some other calls to updateScreen() unnecessary, but it's the backend's responsibility to ignore unnecessary calls. svn-id: r21994
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
it in several calls to avoid duplication!!11! svn-id: r21607
2006-03-22Support for Russian FOTAQEugene Sandulenko
svn-id: r21398
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582