Doc fixes (#3312)
This commit is contained in:
parent
775c8ece70
commit
34dd2cdba9
3 changed files with 8 additions and 10 deletions
|
|
@ -1353,6 +1353,8 @@ impl Window {
|
|||
/// ## Platform-specific
|
||||
///
|
||||
/// - **iOS / Android / Orbital:** Unsupported.
|
||||
/// - **Web:** Cursor have to be loaded and decoded first, which introduces
|
||||
/// a delay until cursors are shown.
|
||||
#[inline]
|
||||
pub fn set_custom_cursor(&self, cursor: &CustomCursor) {
|
||||
let cursor = cursor.inner.clone();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue