Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to grab cursor #47

Open
sineptic opened this issue Jul 30, 2024 · 2 comments
Open

Unable to grab cursor #47

sineptic opened this issue Jul 30, 2024 · 2 comments

Comments

@sineptic
Copy link

I'm use arch linux and gnome. how fix it or where I can see supported plutforms

@sburris0
Copy link
Owner

sburris0 commented Aug 2, 2024

x or wayland? wayland/gnome has worked fine for me.

@hiisync
Copy link

hiisync commented Feb 10, 2025

I have same problem on Gnome with x11

// Bevy 0.15
use bevy::prelude::*;
use bevy_flycam::prelude::*;

fn main() {
    App::new().add_plugins(DefaultPlugins).add_plugins(PlayerPlugin).run();
}
    Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s
     Running `target/debug/mw`
2025-02-10T19:29:59.051857Z  INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce GTX 1050 Ti", vendor: 4318, device: 7298, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "570.86.16", backend: Vulkan }
2025-02-10T19:29:59.224580Z  INFO bevy_winit::system: Creating new window "App" (0v1#4294967296)
2025-02-10T19:29:59.224625Z  INFO winit::platform_impl::linux::x11::window: Guessed window scale factor: 1
2025-02-10T19:29:59.229955Z ERROR bevy_winit::winit_windows: Unable to grab cursor: the requested operation is not supported by Winit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants