aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_cursor.h
AgeCommit message (Collapse)Author
2009-10-13Merged the rest of the cursor codeFilippos Karapetis
svn-id: r45029
2009-10-12Minimize dependencies in the new guiFilippos Karapetis
svn-id: r44988
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
- Renamed gui -> _gui in EngineState, for consistency - Added a reference to SciGuiCursor in EngineState, to be used by current code - Renamed setCursorHide -> hideCursor, setCursorShow -> showCursor - Moved the cursor zone limiting code inside SciGuiCursor. This code is currently not functioning, as we need to call refreshPosition() before each updateScreen() call to limit the cursor position. svn-id: r44760
2009-10-07SCI/newgui: kSetCursor (show, hide, pos, shape) implementedMartin Kiewitz
svn-id: r44734
2009-10-07SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructorMartin Kiewitz
svn-id: r44730