summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/Analysis/mod.rs85
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/Core/mod.rs21
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/Preview/mod.rs4
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/mod.rs187
4 files changed, 0 insertions, 297 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/Analysis/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/Analysis/mod.rs
deleted file mode 100644
index 3a90e025f..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/Analysis/mod.rs
+++ /dev/null
@@ -1,85 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-pub type IInkAnalysisNode = *mut ::core::ffi::c_void;
-pub type IInkAnalyzerFactory = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct InkAnalysisDrawingKind(pub i32);
-impl InkAnalysisDrawingKind {
- pub const Drawing: Self = Self(0i32);
- pub const Circle: Self = Self(1i32);
- pub const Ellipse: Self = Self(2i32);
- pub const Triangle: Self = Self(3i32);
- pub const IsoscelesTriangle: Self = Self(4i32);
- pub const EquilateralTriangle: Self = Self(5i32);
- pub const RightTriangle: Self = Self(6i32);
- pub const Quadrilateral: Self = Self(7i32);
- pub const Rectangle: Self = Self(8i32);
- pub const Square: Self = Self(9i32);
- pub const Diamond: Self = Self(10i32);
- pub const Trapezoid: Self = Self(11i32);
- pub const Parallelogram: Self = Self(12i32);
- pub const Pentagon: Self = Self(13i32);
- pub const Hexagon: Self = Self(14i32);
-}
-impl ::core::marker::Copy for InkAnalysisDrawingKind {}
-impl ::core::clone::Clone for InkAnalysisDrawingKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type InkAnalysisInkBullet = *mut ::core::ffi::c_void;
-pub type InkAnalysisInkDrawing = *mut ::core::ffi::c_void;
-pub type InkAnalysisInkWord = *mut ::core::ffi::c_void;
-pub type InkAnalysisLine = *mut ::core::ffi::c_void;
-pub type InkAnalysisListItem = *mut ::core::ffi::c_void;
-pub type InkAnalysisNode = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct InkAnalysisNodeKind(pub i32);
-impl InkAnalysisNodeKind {
- pub const UnclassifiedInk: Self = Self(0i32);
- pub const Root: Self = Self(1i32);
- pub const WritingRegion: Self = Self(2i32);
- pub const Paragraph: Self = Self(3i32);
- pub const Line: Self = Self(4i32);
- pub const InkWord: Self = Self(5i32);
- pub const InkBullet: Self = Self(6i32);
- pub const InkDrawing: Self = Self(7i32);
- pub const ListItem: Self = Self(8i32);
-}
-impl ::core::marker::Copy for InkAnalysisNodeKind {}
-impl ::core::clone::Clone for InkAnalysisNodeKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type InkAnalysisParagraph = *mut ::core::ffi::c_void;
-pub type InkAnalysisResult = *mut ::core::ffi::c_void;
-pub type InkAnalysisRoot = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct InkAnalysisStatus(pub i32);
-impl InkAnalysisStatus {
- pub const Updated: Self = Self(0i32);
- pub const Unchanged: Self = Self(1i32);
-}
-impl ::core::marker::Copy for InkAnalysisStatus {}
-impl ::core::clone::Clone for InkAnalysisStatus {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct InkAnalysisStrokeKind(pub i32);
-impl InkAnalysisStrokeKind {
- pub const Auto: Self = Self(0i32);
- pub const Writing: Self = Self(1i32);
- pub const Drawing: Self = Self(2i32);
-}
-impl ::core::marker::Copy for InkAnalysisStrokeKind {}
-impl ::core::clone::Clone for InkAnalysisStrokeKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type InkAnalysisWritingRegion = *mut ::core::ffi::c_void;
-pub type InkAnalyzer = *mut ::core::ffi::c_void;
diff --git a/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/Core/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/Core/mod.rs
deleted file mode 100644
index d9e30e3d2..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/Core/mod.rs
+++ /dev/null
@@ -1,21 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-pub type CoreIncrementalInkStroke = *mut ::core::ffi::c_void;
-pub type CoreInkIndependentInputSource = *mut ::core::ffi::c_void;
-pub type CoreInkPresenterHost = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct CoreWetStrokeDisposition(pub i32);
-impl CoreWetStrokeDisposition {
- pub const Inking: Self = Self(0i32);
- pub const Completed: Self = Self(1i32);
- pub const Canceled: Self = Self(2i32);
-}
-impl ::core::marker::Copy for CoreWetStrokeDisposition {}
-impl ::core::clone::Clone for CoreWetStrokeDisposition {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type CoreWetStrokeUpdateEventArgs = *mut ::core::ffi::c_void;
-pub type CoreWetStrokeUpdateSource = *mut ::core::ffi::c_void;
diff --git a/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/Preview/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/Preview/mod.rs
deleted file mode 100644
index e06b705e4..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/Preview/mod.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-pub type PalmRejectionDelayZonePreview = *mut ::core::ffi::c_void;
diff --git a/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/mod.rs
deleted file mode 100644
index 4da41fdc1..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/UI/Input/Inking/mod.rs
+++ /dev/null
@@ -1,187 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[cfg(feature = "UI_Input_Inking_Analysis")]
-pub mod Analysis;
-#[cfg(feature = "UI_Input_Inking_Core")]
-pub mod Core;
-#[cfg(feature = "UI_Input_Inking_Preview")]
-pub mod Preview;
-#[link(name = "windows")]
-extern "system" {}
-#[repr(transparent)]
-pub struct HandwritingLineHeight(pub i32);
-impl HandwritingLineHeight {
- pub const Small: Self = Self(0i32);
- pub const Medium: Self = Self(1i32);
- pub const Large: Self = Self(2i32);
-}
-impl ::core::marker::Copy for HandwritingLineHeight {}
-impl ::core::clone::Clone for HandwritingLineHeight {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type IInkPointFactory = *mut ::core::ffi::c_void;
-pub type IInkPresenterRulerFactory = *mut ::core::ffi::c_void;
-pub type IInkPresenterStencil = *mut ::core::ffi::c_void;
-pub type IInkRecognizerContainer = *mut ::core::ffi::c_void;
-pub type IInkStrokeContainer = *mut ::core::ffi::c_void;
-pub type InkDrawingAttributes = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct InkDrawingAttributesKind(pub i32);
-impl InkDrawingAttributesKind {
- pub const Default: Self = Self(0i32);
- pub const Pencil: Self = Self(1i32);
-}
-impl ::core::marker::Copy for InkDrawingAttributesKind {}
-impl ::core::clone::Clone for InkDrawingAttributesKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type InkDrawingAttributesPencilProperties = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct InkHighContrastAdjustment(pub i32);
-impl InkHighContrastAdjustment {
- pub const UseSystemColorsWhenNecessary: Self = Self(0i32);
- pub const UseSystemColors: Self = Self(1i32);
- pub const UseOriginalColors: Self = Self(2i32);
-}
-impl ::core::marker::Copy for InkHighContrastAdjustment {}
-impl ::core::clone::Clone for InkHighContrastAdjustment {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type InkInputConfiguration = *mut ::core::ffi::c_void;
-pub type InkInputProcessingConfiguration = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct InkInputProcessingMode(pub i32);
-impl InkInputProcessingMode {
- pub const None: Self = Self(0i32);
- pub const Inking: Self = Self(1i32);
- pub const Erasing: Self = Self(2i32);
-}
-impl ::core::marker::Copy for InkInputProcessingMode {}
-impl ::core::clone::Clone for InkInputProcessingMode {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct InkInputRightDragAction(pub i32);
-impl InkInputRightDragAction {
- pub const LeaveUnprocessed: Self = Self(0i32);
- pub const AllowProcessing: Self = Self(1i32);
-}
-impl ::core::marker::Copy for InkInputRightDragAction {}
-impl ::core::clone::Clone for InkInputRightDragAction {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type InkManager = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct InkManipulationMode(pub i32);
-impl InkManipulationMode {
- pub const Inking: Self = Self(0i32);
- pub const Erasing: Self = Self(1i32);
- pub const Selecting: Self = Self(2i32);
-}
-impl ::core::marker::Copy for InkManipulationMode {}
-impl ::core::clone::Clone for InkManipulationMode {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type InkModelerAttributes = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct InkPersistenceFormat(pub i32);
-impl InkPersistenceFormat {
- pub const GifWithEmbeddedIsf: Self = Self(0i32);
- pub const Isf: Self = Self(1i32);
-}
-impl ::core::marker::Copy for InkPersistenceFormat {}
-impl ::core::clone::Clone for InkPersistenceFormat {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type InkPoint = *mut ::core::ffi::c_void;
-pub type InkPresenter = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct InkPresenterPredefinedConfiguration(pub i32);
-impl InkPresenterPredefinedConfiguration {
- pub const SimpleSinglePointer: Self = Self(0i32);
- pub const SimpleMultiplePointer: Self = Self(1i32);
-}
-impl ::core::marker::Copy for InkPresenterPredefinedConfiguration {}
-impl ::core::clone::Clone for InkPresenterPredefinedConfiguration {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type InkPresenterProtractor = *mut ::core::ffi::c_void;
-pub type InkPresenterRuler = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct InkPresenterStencilKind(pub i32);
-impl InkPresenterStencilKind {
- pub const Other: Self = Self(0i32);
- pub const Ruler: Self = Self(1i32);
- pub const Protractor: Self = Self(2i32);
-}
-impl ::core::marker::Copy for InkPresenterStencilKind {}
-impl ::core::clone::Clone for InkPresenterStencilKind {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type InkRecognitionResult = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct InkRecognitionTarget(pub i32);
-impl InkRecognitionTarget {
- pub const All: Self = Self(0i32);
- pub const Selected: Self = Self(1i32);
- pub const Recent: Self = Self(2i32);
-}
-impl ::core::marker::Copy for InkRecognitionTarget {}
-impl ::core::clone::Clone for InkRecognitionTarget {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type InkRecognizer = *mut ::core::ffi::c_void;
-pub type InkRecognizerContainer = *mut ::core::ffi::c_void;
-pub type InkStroke = *mut ::core::ffi::c_void;
-pub type InkStrokeBuilder = *mut ::core::ffi::c_void;
-pub type InkStrokeContainer = *mut ::core::ffi::c_void;
-pub type InkStrokeInput = *mut ::core::ffi::c_void;
-pub type InkStrokeRenderingSegment = *mut ::core::ffi::c_void;
-pub type InkStrokesCollectedEventArgs = *mut ::core::ffi::c_void;
-pub type InkStrokesErasedEventArgs = *mut ::core::ffi::c_void;
-pub type InkSynchronizer = *mut ::core::ffi::c_void;
-pub type InkUnprocessedInput = *mut ::core::ffi::c_void;
-pub type PenAndInkSettings = *mut ::core::ffi::c_void;
-#[repr(transparent)]
-pub struct PenHandedness(pub i32);
-impl PenHandedness {
- pub const Right: Self = Self(0i32);
- pub const Left: Self = Self(1i32);
-}
-impl ::core::marker::Copy for PenHandedness {}
-impl ::core::clone::Clone for PenHandedness {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(transparent)]
-pub struct PenTipShape(pub i32);
-impl PenTipShape {
- pub const Circle: Self = Self(0i32);
- pub const Rectangle: Self = Self(1i32);
-}
-impl ::core::marker::Copy for PenTipShape {}
-impl ::core::clone::Clone for PenTipShape {
- fn clone(&self) -> Self {
- *self
- }
-}