smithay/anvil
Victor Berger 49dda88c63 backend.input: keep sub-pixel precision in events
libinput provides sub-pixel precision for pointer motion & touch events.
Keep this precision by switching all coordinates values from input
events to f64 (rather than i32 or u32). Otherwise, values are rounded
and part of the movment is lost.

Potentially fixes #224
2020-07-13 17:56:20 +02:00
..
resources move examples into our own compositor: anvil 2018-05-07 19:56:38 +02:00
src backend.input: keep sub-pixel precision in events 2020-07-13 17:56:20 +02:00
Cargo.toml backend.session: use pkg-config to find logind lib 2020-05-23 21:37:22 +02:00
build.rs fix some clippy warnings (#147) 2020-01-01 11:43:16 +01:00