index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sky
/
mouse.cpp
Age
Commit message (
Expand
)
Author
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-03-06
cleanup
Joost Peters
2009-02-13
Formatting changes / consistency
Joost Peters
2008-07-13
SKY works with the new GMM implementation, also updated gui/newgui.cpp and pr...
Christopher Page
2008-06-25
Scumm and sky now use the new _quit flag
Christopher Page
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-06-22
Converted BASS to use Common::KeyState
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
SKY: Changed Control class to use event manager for mouse coord tracking, and...
Max Horn
2007-03-17
Use the new getButtonState() function to test if the mouse button is still
Torbjörn Andersson
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-03-14
Fix for bug #1656880 (BASS: mouse initialized wrong in control panel)
Max Horn
2006-06-21
Match the original behaviour more closely when examining inventory items. The
Torbjörn Andersson
2006-05-25
Set and show/hide mouse cursors through a "cursor manager" (analogous to the
Torbjörn Andersson
2006-02-11
Moved engines to the new engines/ directory
Max Horn