aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/cursor32.h
AgeCommit message (Collapse)Author
2017-10-06SCI32: Clean up GfxCursor32Colin Snover
* Rewrap doxygen comments to 80 columns * Renamings for clarity * Deduplicate copy/paint code
2017-09-24SCI32: Disable all SCI32 Mac codeColin Snover
This code is currently untestable and is almost certainly at least partly based on guesswork & not actual reverse-engineering (as was the case for all other pre-2015 SCI32 code), so future developers interested in adding SCI32 Mac support should use it only as an intermediate reference rather than as known good code.
2017-09-19SCI32: Don't warp the mouse twice when its position has been restrictedColin Snover
2016-09-30SCI32: Fix some buildbot compiler warningsColin Snover
2016-08-22SCI32: Move the SCI32 Mac cursor handling code into GfxCursor32Filippos Karapetis
This was left in the SCI16 code in commit 80d9182554
2016-08-19SCI32: Clean up Cursor32 includesColin Snover
2016-08-19SCI32: Implement SCI32 cursor supportColin Snover