bevy/crates/bevy_window/src
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
..
cursor.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
event.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
lib.rs revert stage changed for window closing (#7296) 2023-01-20 14:25:23 +00:00
raw_handle.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
system.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
window.rs expose cursor position with scale (#7297) 2023-01-20 14:25:24 +00:00