Skip to content

Add WindowBuilder::with_cursor()#3319

Merged
daxpedda merged 1 commit intorust-windowing:masterfrom
daxpedda:window-builder-cursor
Dec 26, 2023
Merged

Add WindowBuilder::with_cursor()#3319
daxpedda merged 1 commit intorust-windowing:masterfrom
daxpedda:window-builder-cursor

Conversation

@daxpedda
Copy link
Copy Markdown
Member

Adds a WindowBuilder::with_cursor() method, which is the equivalent of Window::set_cursor().
I'm unfortunately pretty clueless about the other backends, but I tried placing the call before the window becomes visible.

Addresses #3306.

@daxpedda daxpedda added DS - appkit Affects the AppKit/macOS backend DS - win32 Affects the Win32/Windows backend DS - x11 Affects the X11 backend, or generally free Unix platforms DS - wayland Affects the Wayland backend, or generally free Unix platforms S - api Design and usability DS - web Affects the Web backend (WebAssembly/WASM) labels Dec 25, 2023
@daxpedda daxpedda mentioned this pull request Dec 25, 2023
25 tasks
@daxpedda daxpedda force-pushed the window-builder-cursor branch from be13fbf to 3e8c9ab Compare December 26, 2023 18:41
@daxpedda daxpedda merged commit ba654bb into rust-windowing:master Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DS - appkit Affects the AppKit/macOS backend DS - wayland Affects the Wayland backend, or generally free Unix platforms DS - web Affects the Web backend (WebAssembly/WASM) DS - win32 Affects the Win32/Windows backend DS - x11 Affects the X11 backend, or generally free Unix platforms S - api Design and usability

Development

Successfully merging this pull request may close these issues.

2 participants