bevy/crates/bevy_window
François d65fbd7b9d Fix scale factor for cursor position (#2932)
# Objective

- Fixes #2501 
- Builds up on #2639 taking https://github.com/bevyengine/bevy/pull/2639#issuecomment-898701047 into account

## Solution

- keep the physical cursor position in `Window`, and expose it.
- still convert to logical position in event, and when getting `cursor_position`


Co-authored-by: Ahmed Charles <acharles@outlook.com>
2021-10-15 23:47:42 +00:00
..
src Fix scale factor for cursor position (#2932) 2021-10-15 23:47:42 +00:00
Cargo.toml unused deps? (#2809) 2021-09-16 09:37:12 +00:00