]> git.proxmox.com Git - rustc.git/blame - vendor/windows-sys/src/Windows/Devices/Input/Preview/mod.rs
New upstream version 1.62.1+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / Devices / Input / Preview / mod.rs
CommitLineData
5e7ed085 1#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
04454e1e 2#[doc = "*Required features: `\"Devices_Input_Preview\"`*"]
5e7ed085
FG
3#[repr(transparent)]
4pub struct GazeDeviceConfigurationStatePreview(pub i32);
5impl GazeDeviceConfigurationStatePreview {
6 pub const Unknown: Self = Self(0i32);
7 pub const Ready: Self = Self(1i32);
8 pub const Configuring: Self = Self(2i32);
9 pub const ScreenSetupNeeded: Self = Self(3i32);
10 pub const UserCalibrationNeeded: Self = Self(4i32);
11}
12impl ::core::marker::Copy for GazeDeviceConfigurationStatePreview {}
13impl ::core::clone::Clone for GazeDeviceConfigurationStatePreview {
14 fn clone(&self) -> Self {
15 *self
16 }
17}
18pub type GazeDevicePreview = *mut ::core::ffi::c_void;
19pub type GazeDeviceWatcherAddedPreviewEventArgs = *mut ::core::ffi::c_void;
20pub type GazeDeviceWatcherPreview = *mut ::core::ffi::c_void;
21pub type GazeDeviceWatcherRemovedPreviewEventArgs = *mut ::core::ffi::c_void;
22pub type GazeDeviceWatcherUpdatedPreviewEventArgs = *mut ::core::ffi::c_void;
23pub type GazeEnteredPreviewEventArgs = *mut ::core::ffi::c_void;
24pub type GazeExitedPreviewEventArgs = *mut ::core::ffi::c_void;
25pub type GazeInputSourcePreview = *mut ::core::ffi::c_void;
26pub type GazeMovedPreviewEventArgs = *mut ::core::ffi::c_void;
27pub type GazePointPreview = *mut ::core::ffi::c_void;