BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls
This commit is contained in:
parent
6575cd195b
commit
ce32745d9c
26 changed files with 75 additions and 89 deletions
|
@ -106,7 +106,6 @@ public:
|
|||
virtual void warpMouse(int x, int y);
|
||||
virtual void setMouseCursor(const byte *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, int cursorTargetScale = 1, const Graphics::PixelFormat *format = NULL);
|
||||
virtual void setCursorPalette(const byte *colors, uint start, uint num);
|
||||
virtual void disableCursorPalette(bool disable);
|
||||
|
||||
//@}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue