]> git.proxmox.com Git - rustc.git/blame - vendor/windows-sys/src/Windows/Win32/UI/Input/Pointer/mod.rs
New upstream version 1.67.1+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / Win32 / UI / Input / Pointer / mod.rs
CommitLineData
487cf647 1#[cfg_attr(windows, link(name = "windows"))]
5e7ed085 2extern "system" {
04454e1e 3 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`*"]
5e7ed085
FG
4 #[cfg(feature = "Win32_Foundation")]
5 pub fn EnableMouseInPointer(fenable: super::super::super::Foundation::BOOL) -> super::super::super::Foundation::BOOL;
04454e1e 6 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`*"]
5e7ed085
FG
7 #[cfg(feature = "Win32_Foundation")]
8 pub fn GetPointerCursorId(pointerid: u32, cursorid: *mut u32) -> super::super::super::Foundation::BOOL;
04454e1e 9 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_Graphics_Gdi\"`, `\"Win32_UI_Controls\"`*"]
5e7ed085
FG
10 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_Graphics_Gdi", feature = "Win32_UI_Controls"))]
11 pub fn GetPointerDevice(device: super::super::super::Foundation::HANDLE, pointerdevice: *mut super::super::Controls::POINTER_DEVICE_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 12 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_Controls\"`*"]
5e7ed085
FG
13 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_Controls"))]
14 pub fn GetPointerDeviceCursors(device: super::super::super::Foundation::HANDLE, cursorcount: *mut u32, devicecursors: *mut super::super::Controls::POINTER_DEVICE_CURSOR_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 15 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_Controls\"`*"]
5e7ed085
FG
16 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_Controls"))]
17 pub fn GetPointerDeviceProperties(device: super::super::super::Foundation::HANDLE, propertycount: *mut u32, pointerproperties: *mut super::super::Controls::POINTER_DEVICE_PROPERTY) -> super::super::super::Foundation::BOOL;
04454e1e 18 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`*"]
5e7ed085
FG
19 #[cfg(feature = "Win32_Foundation")]
20 pub fn GetPointerDeviceRects(device: super::super::super::Foundation::HANDLE, pointerdevicerect: *mut super::super::super::Foundation::RECT, displayrect: *mut super::super::super::Foundation::RECT) -> super::super::super::Foundation::BOOL;
04454e1e 21 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_Graphics_Gdi\"`, `\"Win32_UI_Controls\"`*"]
5e7ed085
FG
22 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_Graphics_Gdi", feature = "Win32_UI_Controls"))]
23 pub fn GetPointerDevices(devicecount: *mut u32, pointerdevices: *mut super::super::Controls::POINTER_DEVICE_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 24 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
25 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
26 pub fn GetPointerFrameInfo(pointerid: u32, pointercount: *mut u32, pointerinfo: *mut POINTER_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 27 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
28 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
29 pub fn GetPointerFrameInfoHistory(pointerid: u32, entriescount: *mut u32, pointercount: *mut u32, pointerinfo: *mut POINTER_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 30 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
31 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
32 pub fn GetPointerFramePenInfo(pointerid: u32, pointercount: *mut u32, peninfo: *mut POINTER_PEN_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 33 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
34 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
35 pub fn GetPointerFramePenInfoHistory(pointerid: u32, entriescount: *mut u32, pointercount: *mut u32, peninfo: *mut POINTER_PEN_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 36 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
37 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
38 pub fn GetPointerFrameTouchInfo(pointerid: u32, pointercount: *mut u32, touchinfo: *mut POINTER_TOUCH_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 39 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
40 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
41 pub fn GetPointerFrameTouchInfoHistory(pointerid: u32, entriescount: *mut u32, pointercount: *mut u32, touchinfo: *mut POINTER_TOUCH_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 42 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
43 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
44 pub fn GetPointerInfo(pointerid: u32, pointerinfo: *mut POINTER_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 45 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
46 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
47 pub fn GetPointerInfoHistory(pointerid: u32, entriescount: *mut u32, pointerinfo: *mut POINTER_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 48 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`*"]
5e7ed085
FG
49 #[cfg(feature = "Win32_Foundation")]
50 pub fn GetPointerInputTransform(pointerid: u32, historycount: u32, inputtransform: *mut INPUT_TRANSFORM) -> super::super::super::Foundation::BOOL;
04454e1e 51 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
52 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
53 pub fn GetPointerPenInfo(pointerid: u32, peninfo: *mut POINTER_PEN_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 54 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
55 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
56 pub fn GetPointerPenInfoHistory(pointerid: u32, entriescount: *mut u32, peninfo: *mut POINTER_PEN_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 57 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
58 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
59 pub fn GetPointerTouchInfo(pointerid: u32, touchinfo: *mut POINTER_TOUCH_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 60 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
61 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
62 pub fn GetPointerTouchInfoHistory(pointerid: u32, entriescount: *mut u32, touchinfo: *mut POINTER_TOUCH_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 63 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
64 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
65 pub fn GetPointerType(pointerid: u32, pointertype: *mut super::super::WindowsAndMessaging::POINTER_INPUT_TYPE) -> super::super::super::Foundation::BOOL;
04454e1e 66 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_Controls\"`*"]
5e7ed085
FG
67 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_Controls"))]
68 pub fn GetRawPointerDeviceData(pointerid: u32, historycount: u32, propertiescount: u32, pproperties: *const super::super::Controls::POINTER_DEVICE_PROPERTY, pvalues: *mut i32) -> super::super::super::Foundation::BOOL;
04454e1e 69 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 70 pub fn GetUnpredictedMessagePos() -> u32;
04454e1e 71 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`*"]
5e7ed085
FG
72 #[cfg(feature = "Win32_Foundation")]
73 pub fn InitializeTouchInjection(maxcount: u32, dwmode: TOUCH_FEEDBACK_MODE) -> super::super::super::Foundation::BOOL;
04454e1e 74 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_Controls\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
75 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_Controls", feature = "Win32_UI_WindowsAndMessaging"))]
76 pub fn InjectSyntheticPointerInput(device: super::super::Controls::HSYNTHETICPOINTERDEVICE, pointerinfo: *const super::super::Controls::POINTER_TYPE_INFO, count: u32) -> super::super::super::Foundation::BOOL;
04454e1e 77 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
78 #[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
79 pub fn InjectTouchInput(count: u32, contacts: *const POINTER_TOUCH_INFO) -> super::super::super::Foundation::BOOL;
04454e1e 80 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`*"]
5e7ed085
FG
81 #[cfg(feature = "Win32_Foundation")]
82 pub fn IsMouseInPointerEnabled() -> super::super::super::Foundation::BOOL;
04454e1e 83 #[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`*"]
5e7ed085
FG
84 #[cfg(feature = "Win32_Foundation")]
85 pub fn SkipPointerFrameMessages(pointerid: u32) -> super::super::super::Foundation::BOOL;
86}
04454e1e 87#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 88pub type POINTER_BUTTON_CHANGE_TYPE = i32;
04454e1e 89#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 90pub const POINTER_CHANGE_NONE: POINTER_BUTTON_CHANGE_TYPE = 0i32;
04454e1e 91#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 92pub const POINTER_CHANGE_FIRSTBUTTON_DOWN: POINTER_BUTTON_CHANGE_TYPE = 1i32;
04454e1e 93#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 94pub const POINTER_CHANGE_FIRSTBUTTON_UP: POINTER_BUTTON_CHANGE_TYPE = 2i32;
04454e1e 95#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 96pub const POINTER_CHANGE_SECONDBUTTON_DOWN: POINTER_BUTTON_CHANGE_TYPE = 3i32;
04454e1e 97#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 98pub const POINTER_CHANGE_SECONDBUTTON_UP: POINTER_BUTTON_CHANGE_TYPE = 4i32;
04454e1e 99#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 100pub const POINTER_CHANGE_THIRDBUTTON_DOWN: POINTER_BUTTON_CHANGE_TYPE = 5i32;
04454e1e 101#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 102pub const POINTER_CHANGE_THIRDBUTTON_UP: POINTER_BUTTON_CHANGE_TYPE = 6i32;
04454e1e 103#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 104pub const POINTER_CHANGE_FOURTHBUTTON_DOWN: POINTER_BUTTON_CHANGE_TYPE = 7i32;
04454e1e 105#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 106pub const POINTER_CHANGE_FOURTHBUTTON_UP: POINTER_BUTTON_CHANGE_TYPE = 8i32;
04454e1e 107#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 108pub const POINTER_CHANGE_FIFTHBUTTON_DOWN: POINTER_BUTTON_CHANGE_TYPE = 9i32;
04454e1e 109#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 110pub const POINTER_CHANGE_FIFTHBUTTON_UP: POINTER_BUTTON_CHANGE_TYPE = 10i32;
04454e1e 111#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 112pub type POINTER_FLAGS = u32;
04454e1e 113#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 114pub const POINTER_FLAG_NONE: POINTER_FLAGS = 0u32;
04454e1e 115#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 116pub const POINTER_FLAG_NEW: POINTER_FLAGS = 1u32;
04454e1e 117#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 118pub const POINTER_FLAG_INRANGE: POINTER_FLAGS = 2u32;
04454e1e 119#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 120pub const POINTER_FLAG_INCONTACT: POINTER_FLAGS = 4u32;
04454e1e 121#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 122pub const POINTER_FLAG_FIRSTBUTTON: POINTER_FLAGS = 16u32;
04454e1e 123#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 124pub const POINTER_FLAG_SECONDBUTTON: POINTER_FLAGS = 32u32;
04454e1e 125#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 126pub const POINTER_FLAG_THIRDBUTTON: POINTER_FLAGS = 64u32;
04454e1e 127#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 128pub const POINTER_FLAG_FOURTHBUTTON: POINTER_FLAGS = 128u32;
04454e1e 129#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 130pub const POINTER_FLAG_FIFTHBUTTON: POINTER_FLAGS = 256u32;
04454e1e 131#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 132pub const POINTER_FLAG_PRIMARY: POINTER_FLAGS = 8192u32;
04454e1e 133#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 134pub const POINTER_FLAG_CONFIDENCE: POINTER_FLAGS = 16384u32;
04454e1e 135#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 136pub const POINTER_FLAG_CANCELED: POINTER_FLAGS = 32768u32;
04454e1e 137#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 138pub const POINTER_FLAG_DOWN: POINTER_FLAGS = 65536u32;
04454e1e 139#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 140pub const POINTER_FLAG_UPDATE: POINTER_FLAGS = 131072u32;
04454e1e 141#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 142pub const POINTER_FLAG_UP: POINTER_FLAGS = 262144u32;
04454e1e 143#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 144pub const POINTER_FLAG_WHEEL: POINTER_FLAGS = 524288u32;
04454e1e 145#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 146pub const POINTER_FLAG_HWHEEL: POINTER_FLAGS = 1048576u32;
04454e1e 147#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 148pub const POINTER_FLAG_CAPTURECHANGED: POINTER_FLAGS = 2097152u32;
04454e1e 149#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
5e7ed085 150pub const POINTER_FLAG_HASTRANSFORM: POINTER_FLAGS = 4194304u32;
487cf647
FG
151#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
152pub type TOUCH_FEEDBACK_MODE = u32;
153#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
154pub const TOUCH_FEEDBACK_DEFAULT: TOUCH_FEEDBACK_MODE = 1u32;
155#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
156pub const TOUCH_FEEDBACK_INDIRECT: TOUCH_FEEDBACK_MODE = 2u32;
157#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
158pub const TOUCH_FEEDBACK_NONE: TOUCH_FEEDBACK_MODE = 3u32;
159#[repr(C)]
160#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
161pub struct INPUT_INJECTION_VALUE {
162 pub page: u16,
163 pub usage: u16,
164 pub value: i32,
165 pub index: u16,
166}
167impl ::core::marker::Copy for INPUT_INJECTION_VALUE {}
168impl ::core::clone::Clone for INPUT_INJECTION_VALUE {
169 fn clone(&self) -> Self {
170 *self
171 }
172}
173#[repr(C)]
174#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
175pub struct INPUT_TRANSFORM {
176 pub Anonymous: INPUT_TRANSFORM_0,
177}
178impl ::core::marker::Copy for INPUT_TRANSFORM {}
179impl ::core::clone::Clone for INPUT_TRANSFORM {
180 fn clone(&self) -> Self {
181 *self
182 }
183}
184#[repr(C)]
185#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
186pub union INPUT_TRANSFORM_0 {
187 pub Anonymous: INPUT_TRANSFORM_0_0,
188 pub m: [f32; 16],
189}
190impl ::core::marker::Copy for INPUT_TRANSFORM_0 {}
191impl ::core::clone::Clone for INPUT_TRANSFORM_0 {
192 fn clone(&self) -> Self {
193 *self
194 }
195}
196#[repr(C)]
197#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`*"]
198pub struct INPUT_TRANSFORM_0_0 {
199 pub _11: f32,
200 pub _12: f32,
201 pub _13: f32,
202 pub _14: f32,
203 pub _21: f32,
204 pub _22: f32,
205 pub _23: f32,
206 pub _24: f32,
207 pub _31: f32,
208 pub _32: f32,
209 pub _33: f32,
210 pub _34: f32,
211 pub _41: f32,
212 pub _42: f32,
213 pub _43: f32,
214 pub _44: f32,
215}
216impl ::core::marker::Copy for INPUT_TRANSFORM_0_0 {}
217impl ::core::clone::Clone for INPUT_TRANSFORM_0_0 {
218 fn clone(&self) -> Self {
219 *self
220 }
221}
5e7ed085 222#[repr(C)]
04454e1e 223#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
224#[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
225pub struct POINTER_INFO {
226 pub pointerType: super::super::WindowsAndMessaging::POINTER_INPUT_TYPE,
227 pub pointerId: u32,
228 pub frameId: u32,
229 pub pointerFlags: POINTER_FLAGS,
230 pub sourceDevice: super::super::super::Foundation::HANDLE,
231 pub hwndTarget: super::super::super::Foundation::HWND,
232 pub ptPixelLocation: super::super::super::Foundation::POINT,
233 pub ptHimetricLocation: super::super::super::Foundation::POINT,
234 pub ptPixelLocationRaw: super::super::super::Foundation::POINT,
235 pub ptHimetricLocationRaw: super::super::super::Foundation::POINT,
236 pub dwTime: u32,
237 pub historyCount: u32,
238 pub InputData: i32,
239 pub dwKeyStates: u32,
240 pub PerformanceCount: u64,
241 pub ButtonChangeType: POINTER_BUTTON_CHANGE_TYPE,
242}
243#[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
244impl ::core::marker::Copy for POINTER_INFO {}
245#[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
246impl ::core::clone::Clone for POINTER_INFO {
247 fn clone(&self) -> Self {
248 *self
249 }
250}
251#[repr(C)]
04454e1e 252#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
253#[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
254pub struct POINTER_PEN_INFO {
255 pub pointerInfo: POINTER_INFO,
256 pub penFlags: u32,
257 pub penMask: u32,
258 pub pressure: u32,
259 pub rotation: u32,
260 pub tiltX: i32,
261 pub tiltY: i32,
262}
263#[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
264impl ::core::marker::Copy for POINTER_PEN_INFO {}
265#[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
266impl ::core::clone::Clone for POINTER_PEN_INFO {
267 fn clone(&self) -> Self {
268 *self
269 }
270}
271#[repr(C)]
04454e1e 272#[doc = "*Required features: `\"Win32_UI_Input_Pointer\"`, `\"Win32_Foundation\"`, `\"Win32_UI_WindowsAndMessaging\"`*"]
5e7ed085
FG
273#[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
274pub struct POINTER_TOUCH_INFO {
275 pub pointerInfo: POINTER_INFO,
276 pub touchFlags: u32,
277 pub touchMask: u32,
278 pub rcContact: super::super::super::Foundation::RECT,
279 pub rcContactRaw: super::super::super::Foundation::RECT,
280 pub orientation: u32,
281 pub pressure: u32,
282}
283#[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
284impl ::core::marker::Copy for POINTER_TOUCH_INFO {}
285#[cfg(all(feature = "Win32_Foundation", feature = "Win32_UI_WindowsAndMessaging"))]
286impl ::core::clone::Clone for POINTER_TOUCH_INFO {
287 fn clone(&self) -> Self {
288 *self
289 }
290}