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