slint-ui/slint

Allow custom backends to set the mouse cursor

Open

#3,905 opened on 2023年11月11日

GitHub で見る
 (0 comments) (3 reactions) (0 assignees)Rust (22,596 stars) (881 forks)batch import
apigood first issue

説明

Currently set_mouse_cursor() is in WindowAdapterInternal and MouseCursor is in the internal core crate. Move those to the public API.

@ogoffart suggested possibly using the cursor-icon crate for the enum: https://github.com/rust-windowing/cursor-icon

コントリビューターガイド