bevy/crates/bevy_window
François 0804136dcd expose cursor position with scale (#7297)
# Objective

- Fixes #7288
- Do not expose access directly to cursor position as it is the physical position, ignoring scale

## Solution

- Make cursor position private
- Expose getter/setter on the window to have access to the scale
2023-01-20 14:25:24 +00:00
..
src expose cursor position with scale (#7297) 2023-01-20 14:25:24 +00:00
Cargo.toml Derive Reflect + FromReflect for window event types (#6235) 2022-12-09 01:20:44 +00:00