Updated Cursor documentation for colored cursors on Unix

This commit is contained in:
Corentin Schreiber 2020-08-20 21:43:13 +01:00 committed by Lukas Dürrenberger
parent 54ac286a67
commit aaf8ef1c89

View File

@ -129,7 +129,8 @@ public:
/// position is. Any mouse actions that are performed will
/// 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
/// transparent, black if the RGB channel are close
/// to zero, and white otherwise.