Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Make update_cursors run in a new CursorSystems::Update system set#25165

Open
mgi388 wants to merge 2 commits into
bevyengine:mainbevyengine/bevy:mainfrom
mgi388:cursor-system-setsmgi388/bevy:cursor-system-setsCopy head branch name to clipboard
Open

Make update_cursors run in a new CursorSystems::Update system set#25165
mgi388 wants to merge 2 commits into
bevyengine:mainbevyengine/bevy:mainfrom
mgi388:cursor-system-setsmgi388/bevy:cursor-system-setsCopy head branch name to clipboard

Conversation

@mgi388

@mgi388 mgi388 commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Objective

  • Allow apps to order their CursorIcon inserts strictly before they are applied/updated.

Solution

  • Add a new system set.
  • Open question: Should the set exist in bevy_window a la CursorIcon so that call sites don't depend on bevy_winit specifics for this ordering? In that way, bevy_winit would import the system set from bevy_window and itself become a "user" of the system set. One could imagine a future bevy_sdl backend would use the same system set from bevy_window. Might be fine as I've done it though?

Testing

  • Ran the custom_cursor_image example.

@mgi388 mgi388 added A-Windowing Platform-agnostic interface layer to run your app in D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward C-Refinement Improves output quality, without fixing a clear bug or adding new functionality. labels Jul 26, 2026
@mgi388 mgi388 added this to the 0.20 milestone Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Windowing Platform-agnostic interface layer to run your app in C-Refinement Improves output quality, without fixing a clear bug or adding new functionality. D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.