mirror of
https://github.com/SFML/SFML.git
synced 2025-02-19 06:39:59 +08:00
Updated Cursor documentation for colored cursors on Unix
This commit is contained in:
parent
54ac286a67
commit
aaf8ef1c89
@ -129,7 +129,8 @@ public:
|
|||||||
/// position is. Any mouse actions that are performed will
|
/// position is. Any mouse actions that are performed will
|
||||||
/// return the window/screen location of the hotspot.
|
/// return the window/screen location of the hotspot.
|
||||||
///
|
///
|
||||||
/// \warning On Unix, the pixels are mapped into a monochrome
|
/// \warning On Unix platforms which do not support colored
|
||||||
|
/// cursors, the pixels are mapped into a monochrome
|
||||||
/// bitmap: pixels with an alpha channel to 0 are
|
/// bitmap: pixels with an alpha channel to 0 are
|
||||||
/// transparent, black if the RGB channel are close
|
/// transparent, black if the RGB channel are close
|
||||||
/// to zero, and white otherwise.
|
/// to zero, and white otherwise.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user