mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
Fix documentation for setMouseCursor's format paramenter.
svn-id: r47173
This commit is contained in:
parent
25226cdc23
commit
0849da9564
@ -779,7 +779,7 @@ public:
|
||||
* In case it does the behavior is undefined. The backend might just error out or simply ignore the
|
||||
* value. (The SDL backend will just assert to prevent abuse of this).
|
||||
* @param cursorTargetScale scale factor which cursor is designed for
|
||||
* @param format pointer to the pixel format which cursor graphic uses (0 means screen format)
|
||||
* @param format pointer to the pixel format which cursor graphic uses (0 means CLUT8)
|
||||
*/
|
||||
virtual void setMouseCursor(const byte *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, int cursorTargetScale = 1, const Graphics::PixelFormat *format = NULL) = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user