bevy/crates/bevy_winit
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 Fix scale_factor_override in the winit backend (#2784) 2021-09-10 18:46:16 +00:00