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
|
|
@ -333,7 +333,7 @@ pub struct Touch {
|
|||
///
|
||||
/// ## Platform-specific
|
||||
///
|
||||
/// - Only available on **iOS** 9.0+.
|
||||
/// - Only available on **iOS** 9.0+ and **Windows** 8+.
|
||||
pub force: Option<Force>,
|
||||
/// Unique identifier of a finger.
|
||||
pub id: u64,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue