summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Devices/Input/Preview/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Devices/Input/Preview/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Devices/Input/Preview/mod.rs28
1 files changed, 0 insertions, 28 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Devices/Input/Preview/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Devices/Input/Preview/mod.rs
deleted file mode 100644
index 159d39fd7..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Devices/Input/Preview/mod.rs
+++ /dev/null
@@ -1,28 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-#[repr(transparent)]
-pub struct GazeDeviceConfigurationStatePreview(pub i32);
-impl GazeDeviceConfigurationStatePreview {
- pub const Unknown: Self = Self(0i32);
- pub const Ready: Self = Self(1i32);
- pub const Configuring: Self = Self(2i32);
- pub const ScreenSetupNeeded: Self = Self(3i32);
- pub const UserCalibrationNeeded: Self = Self(4i32);
-}
-impl ::core::marker::Copy for GazeDeviceConfigurationStatePreview {}
-impl ::core::clone::Clone for GazeDeviceConfigurationStatePreview {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type GazeDevicePreview = *mut ::core::ffi::c_void;
-pub type GazeDeviceWatcherAddedPreviewEventArgs = *mut ::core::ffi::c_void;
-pub type GazeDeviceWatcherPreview = *mut ::core::ffi::c_void;
-pub type GazeDeviceWatcherRemovedPreviewEventArgs = *mut ::core::ffi::c_void;
-pub type GazeDeviceWatcherUpdatedPreviewEventArgs = *mut ::core::ffi::c_void;
-pub type GazeEnteredPreviewEventArgs = *mut ::core::ffi::c_void;
-pub type GazeExitedPreviewEventArgs = *mut ::core::ffi::c_void;
-pub type GazeInputSourcePreview = *mut ::core::ffi::c_void;
-pub type GazeMovedPreviewEventArgs = *mut ::core::ffi::c_void;
-pub type GazePointPreview = *mut ::core::ffi::c_void;