#Does MacOS handle input differently?

2 messages · Page 1 of 1 (latest)

fallen urchin
#

I'm having a problem in Mac, where while holding Left-Click it seems to block other input events. It doesn't happen in windows, though.
I suspect left-clicking bottle necks the input event loop, creating a movement stutter effect, because the game itself is running fine in the background.
Does anyone know what might be causing the problem? (I already updated the OS itself, and cargo update)

edgy robin
#

I'd go do a search in winit issues, almost all Bevy's input woes stem from winit