Add touch pressure information for touch events on Windows (#1134)
* Add touch pressure information for touch events on Windows * Modified CHANGELOG.md and FEATURES.md to reflect changes * Updated documentation of struct Touch to reflect changes * Replaced mem::uninitalized() with mem::MaybeUninit Fixed warnings in platform_impl/windows/dpi.rs
This commit is contained in:
parent
3273c14dea
commit
068d114740
5 changed files with 63 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#![allow(non_snake_case, unused_unsafe)]
|
||||
|
||||
use std::{mem, os::raw::c_void, sync::Once};
|
||||
use std::sync::Once;
|
||||
|
||||
use winapi::{
|
||||
shared::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue