Mouse part of big patch #1013937 (OSystem layer with bigger resolution)
svn-id: r16800
This commit is contained in:
parent
e1323556c3
commit
78ee0bfdaf
8 changed files with 364 additions and 217 deletions
|
@ -107,7 +107,8 @@ void ScummEngine_v6::setCursorTransparency(int a) {
|
|||
|
||||
void ScummEngine::updateCursor() {
|
||||
_system->setMouseCursor(_grabbedCursor, _cursor.width, _cursor.height,
|
||||
_cursor.hotspotX, _cursor.hotspotY);
|
||||
_cursor.hotspotX, _cursor.hotspotY, 255,
|
||||
(_heversion == 70 ? 2 : 1));
|
||||
}
|
||||
|
||||
void ScummEngine_v6::grabCursor(int x, int y, int w, int h) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue