From 68818751f42811472c50ea3f95a430c5c3be2dc9 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Fri, 19 Feb 2016 04:51:02 +0100 Subject: TouchpadPressure event --- src/events.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/events.rs') diff --git a/src/events.rs b/src/events.rs index 27ed8b7..ecc1041 100644 --- a/src/events.rs +++ b/src/events.rs @@ -36,6 +36,13 @@ pub enum Event { /// An event from the mouse has been received. MouseInput(ElementState, MouseButton), + /// Touchpad pressure event. + /// + /// At the moment, only supported on Apple forcetouch-capable macbooks. + /// The parameters are: pressure level (value between 0 and 1 representing how hard the touchpad + /// is being pressed) and stage (integer representing the click level). + TouchpadPressure(f32, i64), + /// The event loop was woken up by another thread. Awakened, -- cgit v1.2.3