Skip to content

bevy_input: enable touch mod with the mouse feature#24194

Merged
alice-i-cecile merged 1 commit into
bevyengine:mainfrom
mockersf:bevy_input-mouse-needs-touch
May 8, 2026
Merged

bevy_input: enable touch mod with the mouse feature#24194
alice-i-cecile merged 1 commit into
bevyengine:mainfrom
mockersf:bevy_input-mouse-needs-touch

Conversation

@mockersf
Copy link
Copy Markdown
Member

@mockersf mockersf commented May 8, 2026

Objective

  • cargo build --no-default-features --features mouse
  • mouse use TouchPhase from touch, but touch is behind a different feature

Solution

  • Gate it correctly

Testing

  • CI

@mockersf mockersf added this to the 0.19 milestone May 8, 2026
@mockersf mockersf added A-Input Player input via keyboard, mouse, gamepad, and more C-Code-Quality A section of code that is hard to understand or change labels May 8, 2026
@github-project-automation github-project-automation Bot moved this to Needs SME Triage in Input May 8, 2026
@Zeophlite Zeophlite added D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it labels May 8, 2026
@alice-i-cecile alice-i-cecile added this pull request to the merge queue May 8, 2026
Merged via the queue into bevyengine:main with commit 5f10984 May 8, 2026
47 checks passed
@github-project-automation github-project-automation Bot moved this from Needs SME Triage to Done in Input May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Input Player input via keyboard, mouse, gamepad, and more C-Code-Quality A section of code that is hard to understand or change D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants