mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Fixed mouse redraw with Touche
svn-id: r25130
This commit is contained in:
parent
0c82694f47
commit
ecf5b465bb
@ -118,8 +118,8 @@ protected:
|
||||
kKeyAny = 1 << 31
|
||||
};
|
||||
enum {
|
||||
MAX_MOUSE_W = 48,
|
||||
MAX_MOUSE_H = 48
|
||||
MAX_MOUSE_W = 80,
|
||||
MAX_MOUSE_H = 80
|
||||
};
|
||||
struct MousePos {
|
||||
int16 x,y,w,h;
|
||||
|
Loading…
Reference in New Issue
Block a user