win32more-Microsoft.WindowsAppSDK 0.7.1.6.250430001__py2.py3-none-any.whl → 0.8.1.8.251003001__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- win32more/Microsoft/Foundation/__init__.py +1 -1
- win32more/Microsoft/Graphics/DirectX/__init__.py +4 -0
- win32more/Microsoft/Graphics/Display/__init__.py +2 -0
- win32more/Microsoft/Graphics/Imaging/__init__.py +78 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +593 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +4 -4
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +5 -4
- win32more/Microsoft/UI/Composition/Effects/__init__.py +11 -10
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +100 -93
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +82 -78
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +46 -42
- win32more/Microsoft/UI/Composition/__init__.py +146 -125
- win32more/Microsoft/UI/Content/__init__.py +677 -32
- win32more/Microsoft/UI/Dispatching/__init__.py +6 -4
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +11 -9
- win32more/Microsoft/UI/Input/__init__.py +88 -66
- win32more/Microsoft/UI/Text/__init__.py +46 -0
- win32more/Microsoft/UI/Windowing/__init__.py +112 -21
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +12 -0
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +21 -0
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +19 -0
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +369 -0
- win32more/Microsoft/UI/Xaml/Data/__init__.py +3 -0
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/Input/__init__.py +11 -0
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +6 -0
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +3 -0
- win32more/Microsoft/UI/Xaml/Media/__init__.py +14 -0
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +2 -0
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +1 -0
- win32more/Microsoft/UI/Xaml/__init__.py +101 -2
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +198 -0
- win32more/Microsoft/Windows/AI/Foundation/__init__.py +46 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +369 -0
- win32more/Microsoft/Windows/AI/MachineLearning/__init__.py +125 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +501 -0
- win32more/Microsoft/Windows/AI/__init__.py +51 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +1 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +7 -1
- win32more/Microsoft/Windows/AppNotifications/__init__.py +4 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +27 -0
- win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +65 -0
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +2 -0
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +1 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +120 -0
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +54 -0
- win32more/Microsoft/Windows/Foundation/__init__.py +221 -0
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +5 -0
- win32more/Microsoft/Windows/Media/Capture/__init__.py +201 -0
- win32more/Microsoft/Windows/PushNotifications/__init__.py +1 -0
- win32more/Microsoft/Windows/Storage/Pickers/__init__.py +260 -0
- win32more/Microsoft/Windows/Storage/__init__.py +2 -0
- win32more/Microsoft/Windows/System/Power/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +8 -0
- win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +2 -0
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +24 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +2 -1
- win32more/Microsoft/Windows/Workloads/__init__.py +12 -0
- win32more/appsdk/versioninfo.py +2 -2
- win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/METADATA +6 -0
- win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/RECORD +85 -0
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/WHEEL +1 -1
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +5 -3
- win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/METADATA +0 -6
- win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/RECORD +0 -67
|
@@ -54,33 +54,33 @@ class SceneLightingEffect(ComPtr):
|
|
|
54
54
|
@winrt_activatemethod
|
|
55
55
|
def CreateInstance(cls) -> win32more.Microsoft.UI.Composition.Effects.SceneLightingEffect: ...
|
|
56
56
|
@winrt_mixinmethod
|
|
57
|
-
def
|
|
57
|
+
def put_SpecularShine(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect, value: Single) -> Void: ...
|
|
58
58
|
@winrt_mixinmethod
|
|
59
|
-
def
|
|
59
|
+
def put_ReflectanceModel(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect2, value: win32more.Microsoft.UI.Composition.Effects.SceneLightingEffectReflectanceModel) -> Void: ...
|
|
60
60
|
@winrt_mixinmethod
|
|
61
61
|
def get_SpecularShine(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect) -> Single: ...
|
|
62
62
|
@winrt_mixinmethod
|
|
63
|
-
def
|
|
63
|
+
def get_Name(self: win32more.Windows.Graphics.Effects.IGraphicsEffect) -> hstr: ...
|
|
64
|
+
@winrt_mixinmethod
|
|
65
|
+
def get_DiffuseAmount(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect) -> Single: ...
|
|
66
|
+
@winrt_mixinmethod
|
|
67
|
+
def get_SpecularAmount(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect) -> Single: ...
|
|
64
68
|
@winrt_mixinmethod
|
|
65
69
|
def get_ReflectanceModel(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect2) -> win32more.Microsoft.UI.Composition.Effects.SceneLightingEffectReflectanceModel: ...
|
|
66
70
|
@winrt_mixinmethod
|
|
67
|
-
def
|
|
71
|
+
def put_NormalMapSource(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect, value: win32more.Windows.Graphics.Effects.IGraphicsEffectSource) -> Void: ...
|
|
68
72
|
@winrt_mixinmethod
|
|
69
|
-
def
|
|
73
|
+
def put_SpecularAmount(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect, value: Single) -> Void: ...
|
|
70
74
|
@winrt_mixinmethod
|
|
71
75
|
def get_AmbientAmount(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect) -> Single: ...
|
|
72
76
|
@winrt_mixinmethod
|
|
73
77
|
def put_AmbientAmount(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect, value: Single) -> Void: ...
|
|
74
78
|
@winrt_mixinmethod
|
|
75
|
-
def
|
|
79
|
+
def put_Name(self: win32more.Windows.Graphics.Effects.IGraphicsEffect, name: hstr) -> Void: ...
|
|
76
80
|
@winrt_mixinmethod
|
|
77
81
|
def put_DiffuseAmount(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect, value: Single) -> Void: ...
|
|
78
82
|
@winrt_mixinmethod
|
|
79
83
|
def get_NormalMapSource(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect) -> win32more.Windows.Graphics.Effects.IGraphicsEffectSource: ...
|
|
80
|
-
@winrt_mixinmethod
|
|
81
|
-
def put_NormalMapSource(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect, value: win32more.Windows.Graphics.Effects.IGraphicsEffectSource) -> Void: ...
|
|
82
|
-
@winrt_mixinmethod
|
|
83
|
-
def get_SpecularAmount(self: win32more.Microsoft.UI.Composition.Effects.ISceneLightingEffect) -> Single: ...
|
|
84
84
|
AmbientAmount = property(get_AmbientAmount, put_AmbientAmount)
|
|
85
85
|
DiffuseAmount = property(get_DiffuseAmount, put_DiffuseAmount)
|
|
86
86
|
Name = property(get_Name, put_Name)
|
|
@@ -89,6 +89,7 @@ class SceneLightingEffect(ComPtr):
|
|
|
89
89
|
SpecularAmount = property(get_SpecularAmount, put_SpecularAmount)
|
|
90
90
|
SpecularShine = property(get_SpecularShine, put_SpecularShine)
|
|
91
91
|
class SceneLightingEffectReflectanceModel(Enum, Int32):
|
|
92
|
+
_name_ = 'Microsoft.UI.Composition.Effects.SceneLightingEffectReflectanceModel'
|
|
92
93
|
BlinnPhong = 0
|
|
93
94
|
PhysicallyBasedBlinnPhong = 1
|
|
94
95
|
|
|
@@ -11,13 +11,13 @@ class CompositionConditionalValue(ComPtr):
|
|
|
11
11
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.ICompositionConditionalValue
|
|
12
12
|
_classid_ = 'Microsoft.UI.Composition.Interactions.CompositionConditionalValue'
|
|
13
13
|
@winrt_mixinmethod
|
|
14
|
-
def put_Condition(self: win32more.Microsoft.UI.Composition.Interactions.ICompositionConditionalValue, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
15
|
-
@winrt_mixinmethod
|
|
16
14
|
def put_Value(self: win32more.Microsoft.UI.Composition.Interactions.ICompositionConditionalValue, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
17
15
|
@winrt_mixinmethod
|
|
18
16
|
def get_Condition(self: win32more.Microsoft.UI.Composition.Interactions.ICompositionConditionalValue) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
19
17
|
@winrt_mixinmethod
|
|
20
18
|
def get_Value(self: win32more.Microsoft.UI.Composition.Interactions.ICompositionConditionalValue) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
19
|
+
@winrt_mixinmethod
|
|
20
|
+
def put_Condition(self: win32more.Microsoft.UI.Composition.Interactions.ICompositionConditionalValue, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
21
21
|
@winrt_classmethod
|
|
22
22
|
def Create(cls: win32more.Microsoft.UI.Composition.Interactions.ICompositionConditionalValueStatics, compositor: win32more.Microsoft.UI.Composition.Compositor) -> win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue: ...
|
|
23
23
|
Condition = property(get_Condition, put_Condition)
|
|
@@ -28,15 +28,15 @@ class CompositionInteractionSourceCollection(ComPtr):
|
|
|
28
28
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.ICompositionInteractionSourceCollection
|
|
29
29
|
_classid_ = 'Microsoft.UI.Composition.Interactions.CompositionInteractionSourceCollection'
|
|
30
30
|
@winrt_mixinmethod
|
|
31
|
-
def
|
|
32
|
-
@winrt_mixinmethod
|
|
33
|
-
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.ICompositionInteractionSource]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Microsoft.UI.Composition.Interactions.ICompositionInteractionSource]: ...
|
|
31
|
+
def RemoveAll(self: win32more.Microsoft.UI.Composition.Interactions.ICompositionInteractionSourceCollection) -> Void: ...
|
|
34
32
|
@winrt_mixinmethod
|
|
35
33
|
def Add(self: win32more.Microsoft.UI.Composition.Interactions.ICompositionInteractionSourceCollection, value: win32more.Microsoft.UI.Composition.Interactions.ICompositionInteractionSource) -> Void: ...
|
|
36
34
|
@winrt_mixinmethod
|
|
37
35
|
def Remove(self: win32more.Microsoft.UI.Composition.Interactions.ICompositionInteractionSourceCollection, value: win32more.Microsoft.UI.Composition.Interactions.ICompositionInteractionSource) -> Void: ...
|
|
38
36
|
@winrt_mixinmethod
|
|
39
|
-
def
|
|
37
|
+
def get_Count(self: win32more.Microsoft.UI.Composition.Interactions.ICompositionInteractionSourceCollection) -> Int32: ...
|
|
38
|
+
@winrt_mixinmethod
|
|
39
|
+
def First(self: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.ICompositionInteractionSource]) -> win32more.Windows.Foundation.Collections.IIterator[win32more.Microsoft.UI.Composition.Interactions.ICompositionInteractionSource]: ...
|
|
40
40
|
Count = property(get_Count, None)
|
|
41
41
|
class ICompositionConditionalValue(ComPtr):
|
|
42
42
|
extends: IInspectable
|
|
@@ -549,11 +549,13 @@ class IVisualInteractionSourceStatics2(ComPtr):
|
|
|
549
549
|
@winrt_commethod(6)
|
|
550
550
|
def CreateFromIVisualElement(self, source: win32more.Microsoft.UI.Composition.IVisualElement) -> win32more.Microsoft.UI.Composition.Interactions.VisualInteractionSource: ...
|
|
551
551
|
class InteractionBindingAxisModes(Enum, UInt32):
|
|
552
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.InteractionBindingAxisModes'
|
|
552
553
|
None_ = 0
|
|
553
554
|
PositionX = 1
|
|
554
555
|
PositionY = 2
|
|
555
556
|
Scale = 4
|
|
556
557
|
class InteractionChainingMode(Enum, Int32):
|
|
558
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.InteractionChainingMode'
|
|
557
559
|
Auto = 0
|
|
558
560
|
Always = 1
|
|
559
561
|
Never = 2
|
|
@@ -562,44 +564,73 @@ class InteractionSourceConfiguration(ComPtr):
|
|
|
562
564
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration
|
|
563
565
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionSourceConfiguration'
|
|
564
566
|
@winrt_mixinmethod
|
|
565
|
-
def
|
|
566
|
-
@winrt_mixinmethod
|
|
567
|
-
def get_PositionYSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode: ...
|
|
567
|
+
def put_PositionXSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration, value: win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode) -> Void: ...
|
|
568
568
|
@winrt_mixinmethod
|
|
569
569
|
def get_PositionXSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode: ...
|
|
570
570
|
@winrt_mixinmethod
|
|
571
|
-
def
|
|
571
|
+
def get_PositionYSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode: ...
|
|
572
572
|
@winrt_mixinmethod
|
|
573
573
|
def put_PositionYSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration, value: win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode) -> Void: ...
|
|
574
574
|
@winrt_mixinmethod
|
|
575
575
|
def get_ScaleSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode: ...
|
|
576
|
+
@winrt_mixinmethod
|
|
577
|
+
def put_ScaleSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration, value: win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode) -> Void: ...
|
|
576
578
|
PositionXSourceMode = property(get_PositionXSourceMode, put_PositionXSourceMode)
|
|
577
579
|
PositionYSourceMode = property(get_PositionYSourceMode, put_PositionYSourceMode)
|
|
578
580
|
ScaleSourceMode = property(get_ScaleSourceMode, put_ScaleSourceMode)
|
|
579
581
|
class InteractionSourceMode(Enum, Int32):
|
|
582
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.InteractionSourceMode'
|
|
580
583
|
Disabled = 0
|
|
581
584
|
EnabledWithInertia = 1
|
|
582
585
|
EnabledWithoutInertia = 2
|
|
583
586
|
class InteractionSourceRedirectionMode(Enum, Int32):
|
|
587
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode'
|
|
584
588
|
Disabled = 0
|
|
585
589
|
Enabled = 1
|
|
586
590
|
class InteractionTracker(ComPtr):
|
|
587
591
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
588
592
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker
|
|
589
593
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTracker'
|
|
594
|
+
@winrt_overload
|
|
590
595
|
@winrt_mixinmethod
|
|
591
|
-
def
|
|
596
|
+
def TryUpdatePositionWithOption(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker5, value: win32more.Windows.Foundation.Numerics.Vector3, option: win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerClampingOption, posUpdateOption: win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerPositionUpdateOption) -> Int32: ...
|
|
597
|
+
@winrt_mixinmethod
|
|
598
|
+
def get_IsInertiaFromImpulse(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker4) -> Boolean: ...
|
|
599
|
+
@winrt_mixinmethod
|
|
600
|
+
def get_InteractionSources(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Microsoft.UI.Composition.Interactions.CompositionInteractionSourceCollection: ...
|
|
601
|
+
@winrt_mixinmethod
|
|
602
|
+
def put_PositionInertiaDecayRate(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: win32more.Windows.Foundation.IReference[win32more.Windows.Foundation.Numerics.Vector3]) -> Void: ...
|
|
603
|
+
@winrt_mixinmethod
|
|
604
|
+
def TryUpdatePositionByWithOption(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker4, amount: win32more.Windows.Foundation.Numerics.Vector3, option: win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerClampingOption) -> Int32: ...
|
|
605
|
+
@winrt_mixinmethod
|
|
606
|
+
def get_IsPositionRoundingSuggested(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Boolean: ...
|
|
607
|
+
@winrt_mixinmethod
|
|
608
|
+
def get_MaxPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
609
|
+
@winrt_mixinmethod
|
|
610
|
+
def put_MaxPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
611
|
+
@winrt_mixinmethod
|
|
612
|
+
def get_MaxScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Single: ...
|
|
613
|
+
@winrt_mixinmethod
|
|
614
|
+
def put_MaxScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: Single) -> Void: ...
|
|
615
|
+
@winrt_mixinmethod
|
|
616
|
+
def get_MinPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
617
|
+
@winrt_mixinmethod
|
|
618
|
+
def put_MinPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
619
|
+
@winrt_mixinmethod
|
|
620
|
+
def get_MinScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Single: ...
|
|
621
|
+
@winrt_mixinmethod
|
|
622
|
+
def put_MinScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: Single) -> Void: ...
|
|
592
623
|
@winrt_mixinmethod
|
|
593
624
|
def get_NaturalRestingPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
594
625
|
@winrt_mixinmethod
|
|
626
|
+
def get_NaturalRestingScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Single: ...
|
|
627
|
+
@winrt_mixinmethod
|
|
595
628
|
def get_Owner(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerOwner: ...
|
|
596
629
|
@winrt_mixinmethod
|
|
597
|
-
def
|
|
630
|
+
def get_Position(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
598
631
|
@winrt_mixinmethod
|
|
599
632
|
def get_PositionInertiaDecayRate(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.IReference[win32more.Windows.Foundation.Numerics.Vector3]: ...
|
|
600
633
|
@winrt_mixinmethod
|
|
601
|
-
def put_PositionInertiaDecayRate(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: win32more.Windows.Foundation.IReference[win32more.Windows.Foundation.Numerics.Vector3]) -> Void: ...
|
|
602
|
-
@winrt_mixinmethod
|
|
603
634
|
def get_PositionVelocityInPixelsPerSecond(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
604
635
|
@winrt_mixinmethod
|
|
605
636
|
def get_Scale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Single: ...
|
|
@@ -622,7 +653,7 @@ class InteractionTracker(ComPtr):
|
|
|
622
653
|
@winrt_mixinmethod
|
|
623
654
|
def TryUpdatePosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: win32more.Windows.Foundation.Numerics.Vector3) -> Int32: ...
|
|
624
655
|
@winrt_mixinmethod
|
|
625
|
-
def
|
|
656
|
+
def TryUpdatePositionBy(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, amount: win32more.Windows.Foundation.Numerics.Vector3) -> Int32: ...
|
|
626
657
|
@winrt_mixinmethod
|
|
627
658
|
def TryUpdatePositionWithAnimation(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, animation: win32more.Microsoft.UI.Composition.CompositionAnimation) -> Int32: ...
|
|
628
659
|
@winrt_mixinmethod
|
|
@@ -639,36 +670,9 @@ class InteractionTracker(ComPtr):
|
|
|
639
670
|
def ConfigureCenterPointYInertiaModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker2, conditionalValues: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue]) -> Void: ...
|
|
640
671
|
@winrt_mixinmethod
|
|
641
672
|
def ConfigureVector2PositionInertiaModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker3, modifiers: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerVector2InertiaModifier]) -> Void: ...
|
|
642
|
-
@winrt_overload
|
|
643
|
-
@winrt_mixinmethod
|
|
644
|
-
def TryUpdatePositionWithOption(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker4, value: win32more.Windows.Foundation.Numerics.Vector3, option: win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerClampingOption) -> Int32: ...
|
|
645
|
-
@winrt_mixinmethod
|
|
646
|
-
def TryUpdatePositionByWithOption(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker4, amount: win32more.Windows.Foundation.Numerics.Vector3, option: win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerClampingOption) -> Int32: ...
|
|
647
|
-
@winrt_mixinmethod
|
|
648
|
-
def get_IsInertiaFromImpulse(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker4) -> Boolean: ...
|
|
649
673
|
@TryUpdatePositionWithOption.register
|
|
650
674
|
@winrt_mixinmethod
|
|
651
|
-
def TryUpdatePositionWithOption(self: win32more.Microsoft.UI.Composition.Interactions.
|
|
652
|
-
@winrt_mixinmethod
|
|
653
|
-
def TryUpdatePositionBy(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, amount: win32more.Windows.Foundation.Numerics.Vector3) -> Int32: ...
|
|
654
|
-
@winrt_mixinmethod
|
|
655
|
-
def get_NaturalRestingScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Single: ...
|
|
656
|
-
@winrt_mixinmethod
|
|
657
|
-
def get_IsPositionRoundingSuggested(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Boolean: ...
|
|
658
|
-
@winrt_mixinmethod
|
|
659
|
-
def get_MaxPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
660
|
-
@winrt_mixinmethod
|
|
661
|
-
def put_MaxPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
662
|
-
@winrt_mixinmethod
|
|
663
|
-
def get_MaxScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Single: ...
|
|
664
|
-
@winrt_mixinmethod
|
|
665
|
-
def put_MaxScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: Single) -> Void: ...
|
|
666
|
-
@winrt_mixinmethod
|
|
667
|
-
def get_MinPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
668
|
-
@winrt_mixinmethod
|
|
669
|
-
def put_MinPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
670
|
-
@winrt_mixinmethod
|
|
671
|
-
def get_MinScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Single: ...
|
|
675
|
+
def TryUpdatePositionWithOption(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker4, value: win32more.Windows.Foundation.Numerics.Vector3, option: win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerClampingOption) -> Int32: ...
|
|
672
676
|
@winrt_classmethod
|
|
673
677
|
def SetBindingMode(cls: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerStatics2, boundTracker1: win32more.Microsoft.UI.Composition.Interactions.InteractionTracker, boundTracker2: win32more.Microsoft.UI.Composition.Interactions.InteractionTracker, axisMode: win32more.Microsoft.UI.Composition.Interactions.InteractionBindingAxisModes) -> Void: ...
|
|
674
678
|
@winrt_classmethod
|
|
@@ -694,6 +698,7 @@ class InteractionTracker(ComPtr):
|
|
|
694
698
|
ScaleInertiaDecayRate = property(get_ScaleInertiaDecayRate, put_ScaleInertiaDecayRate)
|
|
695
699
|
ScaleVelocityInPercentPerSecond = property(get_ScaleVelocityInPercentPerSecond, None)
|
|
696
700
|
class InteractionTrackerClampingOption(Enum, Int32):
|
|
701
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerClampingOption'
|
|
697
702
|
Auto = 0
|
|
698
703
|
Disabled = 1
|
|
699
704
|
class InteractionTrackerCustomAnimationStateEnteredArgs(ComPtr):
|
|
@@ -701,9 +706,9 @@ class InteractionTrackerCustomAnimationStateEnteredArgs(ComPtr):
|
|
|
701
706
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerCustomAnimationStateEnteredArgs
|
|
702
707
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerCustomAnimationStateEnteredArgs'
|
|
703
708
|
@winrt_mixinmethod
|
|
704
|
-
def get_RequestId(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerCustomAnimationStateEnteredArgs) -> Int32: ...
|
|
705
|
-
@winrt_mixinmethod
|
|
706
709
|
def get_IsFromBinding(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerCustomAnimationStateEnteredArgs2) -> Boolean: ...
|
|
710
|
+
@winrt_mixinmethod
|
|
711
|
+
def get_RequestId(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerCustomAnimationStateEnteredArgs) -> Int32: ...
|
|
707
712
|
IsFromBinding = property(get_IsFromBinding, None)
|
|
708
713
|
RequestId = property(get_RequestId, None)
|
|
709
714
|
class InteractionTrackerIdleStateEnteredArgs(ComPtr):
|
|
@@ -725,13 +730,13 @@ class InteractionTrackerInertiaMotion(ComPtr):
|
|
|
725
730
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaMotion
|
|
726
731
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaMotion'
|
|
727
732
|
@winrt_mixinmethod
|
|
733
|
+
def put_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaMotion, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
734
|
+
@winrt_mixinmethod
|
|
728
735
|
def get_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaMotion) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
729
736
|
@winrt_mixinmethod
|
|
730
737
|
def get_Motion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaMotion) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
731
738
|
@winrt_mixinmethod
|
|
732
739
|
def put_Motion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaMotion, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
733
|
-
@winrt_mixinmethod
|
|
734
|
-
def put_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaMotion, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
735
740
|
@winrt_classmethod
|
|
736
741
|
def Create(cls: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaMotionStatics, compositor: win32more.Microsoft.UI.Composition.Compositor) -> win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaMotion: ...
|
|
737
742
|
Condition = property(get_Condition, put_Condition)
|
|
@@ -741,10 +746,10 @@ class InteractionTrackerInertiaNaturalMotion(ComPtr):
|
|
|
741
746
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaNaturalMotion
|
|
742
747
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaNaturalMotion'
|
|
743
748
|
@winrt_mixinmethod
|
|
744
|
-
def get_NaturalMotion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaNaturalMotion) -> win32more.Microsoft.UI.Composition.ScalarNaturalMotionAnimation: ...
|
|
745
|
-
@winrt_mixinmethod
|
|
746
749
|
def put_NaturalMotion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaNaturalMotion, value: win32more.Microsoft.UI.Composition.ScalarNaturalMotionAnimation) -> Void: ...
|
|
747
750
|
@winrt_mixinmethod
|
|
751
|
+
def get_NaturalMotion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaNaturalMotion) -> win32more.Microsoft.UI.Composition.ScalarNaturalMotionAnimation: ...
|
|
752
|
+
@winrt_mixinmethod
|
|
748
753
|
def put_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaNaturalMotion, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
749
754
|
@winrt_mixinmethod
|
|
750
755
|
def get_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaNaturalMotion) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
@@ -757,13 +762,13 @@ class InteractionTrackerInertiaRestingValue(ComPtr):
|
|
|
757
762
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValue
|
|
758
763
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue'
|
|
759
764
|
@winrt_mixinmethod
|
|
760
|
-
def put_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValue, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
761
|
-
@winrt_mixinmethod
|
|
762
|
-
def get_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValue) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
763
|
-
@winrt_mixinmethod
|
|
764
765
|
def put_RestingValue(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValue, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
765
766
|
@winrt_mixinmethod
|
|
766
767
|
def get_RestingValue(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValue) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
768
|
+
@winrt_mixinmethod
|
|
769
|
+
def get_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValue) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
770
|
+
@winrt_mixinmethod
|
|
771
|
+
def put_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValue, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
767
772
|
@winrt_classmethod
|
|
768
773
|
def Create(cls: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValueStatics, compositor: win32more.Microsoft.UI.Composition.Compositor) -> win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue: ...
|
|
769
774
|
Condition = property(get_Condition, put_Condition)
|
|
@@ -773,7 +778,7 @@ class InteractionTrackerInertiaStateEnteredArgs(ComPtr):
|
|
|
773
778
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs
|
|
774
779
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs'
|
|
775
780
|
@winrt_mixinmethod
|
|
776
|
-
def
|
|
781
|
+
def get_ModifiedRestingScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs) -> win32more.Windows.Foundation.IReference[Single]: ...
|
|
777
782
|
@winrt_mixinmethod
|
|
778
783
|
def get_NaturalRestingScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs) -> Single: ...
|
|
779
784
|
@winrt_mixinmethod
|
|
@@ -781,15 +786,15 @@ class InteractionTrackerInertiaStateEnteredArgs(ComPtr):
|
|
|
781
786
|
@winrt_mixinmethod
|
|
782
787
|
def get_ModifiedRestingPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs) -> win32more.Windows.Foundation.IReference[win32more.Windows.Foundation.Numerics.Vector3]: ...
|
|
783
788
|
@winrt_mixinmethod
|
|
784
|
-
def
|
|
789
|
+
def get_IsFromBinding(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs3) -> Boolean: ...
|
|
785
790
|
@winrt_mixinmethod
|
|
786
|
-
def
|
|
791
|
+
def get_NaturalRestingPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
787
792
|
@winrt_mixinmethod
|
|
788
793
|
def get_RequestId(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs) -> Int32: ...
|
|
789
794
|
@winrt_mixinmethod
|
|
790
|
-
def
|
|
795
|
+
def get_ScaleVelocityInPercentPerSecond(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs) -> Single: ...
|
|
791
796
|
@winrt_mixinmethod
|
|
792
|
-
def
|
|
797
|
+
def get_IsInertiaFromImpulse(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs2) -> Boolean: ...
|
|
793
798
|
IsFromBinding = property(get_IsFromBinding, None)
|
|
794
799
|
IsInertiaFromImpulse = property(get_IsInertiaFromImpulse, None)
|
|
795
800
|
ModifiedRestingPosition = property(get_ModifiedRestingPosition, None)
|
|
@@ -810,6 +815,7 @@ class InteractionTrackerInteractingStateEnteredArgs(ComPtr):
|
|
|
810
815
|
IsFromBinding = property(get_IsFromBinding, None)
|
|
811
816
|
RequestId = property(get_RequestId, None)
|
|
812
817
|
class InteractionTrackerPositionUpdateOption(Enum, Int32):
|
|
818
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerPositionUpdateOption'
|
|
813
819
|
Default = 0
|
|
814
820
|
AllowActiveCustomScaleAnimation = 1
|
|
815
821
|
class InteractionTrackerRequestIgnoredArgs(ComPtr):
|
|
@@ -826,9 +832,9 @@ class InteractionTrackerValuesChangedArgs(ComPtr):
|
|
|
826
832
|
@winrt_mixinmethod
|
|
827
833
|
def get_RequestId(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerValuesChangedArgs) -> Int32: ...
|
|
828
834
|
@winrt_mixinmethod
|
|
829
|
-
def get_Position(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerValuesChangedArgs) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
830
|
-
@winrt_mixinmethod
|
|
831
835
|
def get_Scale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerValuesChangedArgs) -> Single: ...
|
|
836
|
+
@winrt_mixinmethod
|
|
837
|
+
def get_Position(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerValuesChangedArgs) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
832
838
|
Position = property(get_Position, None)
|
|
833
839
|
RequestId = property(get_RequestId, None)
|
|
834
840
|
Scale = property(get_Scale, None)
|
|
@@ -841,13 +847,13 @@ class InteractionTrackerVector2InertiaNaturalMotion(ComPtr):
|
|
|
841
847
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerVector2InertiaNaturalMotion
|
|
842
848
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerVector2InertiaNaturalMotion'
|
|
843
849
|
@winrt_mixinmethod
|
|
844
|
-
def
|
|
850
|
+
def put_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerVector2InertiaNaturalMotion, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
845
851
|
@winrt_mixinmethod
|
|
846
852
|
def put_NaturalMotion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerVector2InertiaNaturalMotion, value: win32more.Microsoft.UI.Composition.Vector2NaturalMotionAnimation) -> Void: ...
|
|
847
853
|
@winrt_mixinmethod
|
|
848
854
|
def get_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerVector2InertiaNaturalMotion) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
849
855
|
@winrt_mixinmethod
|
|
850
|
-
def
|
|
856
|
+
def get_NaturalMotion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerVector2InertiaNaturalMotion) -> win32more.Microsoft.UI.Composition.Vector2NaturalMotionAnimation: ...
|
|
851
857
|
@winrt_classmethod
|
|
852
858
|
def Create(cls: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerVector2InertiaNaturalMotionStatics, compositor: win32more.Microsoft.UI.Composition.Compositor) -> win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerVector2InertiaNaturalMotion: ...
|
|
853
859
|
Condition = property(get_Condition, put_Condition)
|
|
@@ -857,69 +863,69 @@ class VisualInteractionSource(ComPtr):
|
|
|
857
863
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource
|
|
858
864
|
_classid_ = 'Microsoft.UI.Composition.Interactions.VisualInteractionSource'
|
|
859
865
|
@winrt_mixinmethod
|
|
860
|
-
def
|
|
866
|
+
def get_ManipulationRedirectionMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.VisualInteractionSourceRedirectionMode: ...
|
|
861
867
|
@winrt_mixinmethod
|
|
862
|
-
def
|
|
868
|
+
def put_PositionXSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.InteractionSourceMode) -> Void: ...
|
|
863
869
|
@winrt_mixinmethod
|
|
864
|
-
def
|
|
870
|
+
def get_PositionYChainingMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.InteractionChainingMode: ...
|
|
865
871
|
@winrt_mixinmethod
|
|
866
|
-
def
|
|
872
|
+
def put_PositionYChainingMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.InteractionChainingMode) -> Void: ...
|
|
867
873
|
@winrt_mixinmethod
|
|
868
|
-
def
|
|
874
|
+
def get_PositionYSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceMode: ...
|
|
869
875
|
@winrt_mixinmethod
|
|
870
|
-
def
|
|
876
|
+
def put_PositionYSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.InteractionSourceMode) -> Void: ...
|
|
871
877
|
@winrt_mixinmethod
|
|
872
|
-
def
|
|
878
|
+
def get_PositionVelocity(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
873
879
|
@winrt_mixinmethod
|
|
874
|
-
def
|
|
880
|
+
def get_Scale(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> Single: ...
|
|
875
881
|
@winrt_mixinmethod
|
|
876
|
-
def
|
|
882
|
+
def put_IsPositionYRailsEnabled(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: Boolean) -> Void: ...
|
|
877
883
|
@winrt_mixinmethod
|
|
878
|
-
def
|
|
884
|
+
def get_ScaleChainingMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.InteractionChainingMode: ...
|
|
879
885
|
@winrt_mixinmethod
|
|
880
|
-
def
|
|
886
|
+
def put_ScaleChainingMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.InteractionChainingMode) -> Void: ...
|
|
881
887
|
@winrt_mixinmethod
|
|
882
|
-
def
|
|
888
|
+
def get_ScaleSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceMode: ...
|
|
883
889
|
@winrt_mixinmethod
|
|
884
|
-
def
|
|
890
|
+
def put_ScaleSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.InteractionSourceMode) -> Void: ...
|
|
885
891
|
@winrt_mixinmethod
|
|
886
|
-
def
|
|
892
|
+
def get_Source(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Visual: ...
|
|
893
|
+
@winrt_mixinmethod
|
|
894
|
+
def TryRedirectForManipulation(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, pointerPoint: win32more.Microsoft.UI.Input.PointerPoint) -> Void: ...
|
|
887
895
|
@winrt_mixinmethod
|
|
888
896
|
def put_ManipulationRedirectionMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.VisualInteractionSourceRedirectionMode) -> Void: ...
|
|
889
897
|
@winrt_mixinmethod
|
|
890
|
-
def
|
|
898
|
+
def get_DeltaPosition(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
891
899
|
@winrt_mixinmethod
|
|
892
|
-
def
|
|
900
|
+
def get_DeltaScale(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> Single: ...
|
|
893
901
|
@winrt_mixinmethod
|
|
894
|
-
def
|
|
902
|
+
def get_Position(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
895
903
|
@winrt_mixinmethod
|
|
896
|
-
def
|
|
904
|
+
def get_ScaleVelocity(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> Single: ...
|
|
897
905
|
@winrt_mixinmethod
|
|
898
|
-
def
|
|
906
|
+
def ConfigureCenterPointXModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2, conditionalValues: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue]) -> Void: ...
|
|
899
907
|
@winrt_mixinmethod
|
|
900
|
-
def
|
|
908
|
+
def ConfigureCenterPointYModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2, conditionalValues: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue]) -> Void: ...
|
|
901
909
|
@winrt_mixinmethod
|
|
902
|
-
def
|
|
910
|
+
def ConfigureDeltaPositionXModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2, conditionalValues: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue]) -> Void: ...
|
|
903
911
|
@winrt_mixinmethod
|
|
904
|
-
def
|
|
912
|
+
def ConfigureDeltaPositionYModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2, conditionalValues: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue]) -> Void: ...
|
|
905
913
|
@winrt_mixinmethod
|
|
906
|
-
def
|
|
914
|
+
def ConfigureDeltaScaleModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2, conditionalValues: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue]) -> Void: ...
|
|
907
915
|
@winrt_mixinmethod
|
|
908
|
-
def
|
|
916
|
+
def get_PointerWheelConfig(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource3) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceConfiguration: ...
|
|
909
917
|
@winrt_mixinmethod
|
|
910
|
-
def
|
|
918
|
+
def get_PositionXChainingMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.InteractionChainingMode: ...
|
|
911
919
|
@winrt_mixinmethod
|
|
912
|
-
def
|
|
920
|
+
def put_PositionXChainingMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.InteractionChainingMode) -> Void: ...
|
|
913
921
|
@winrt_mixinmethod
|
|
914
|
-
def
|
|
922
|
+
def get_PositionXSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceMode: ...
|
|
915
923
|
@winrt_mixinmethod
|
|
916
924
|
def get_IsPositionXRailsEnabled(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> Boolean: ...
|
|
917
925
|
@winrt_mixinmethod
|
|
918
|
-
def
|
|
919
|
-
@winrt_mixinmethod
|
|
920
|
-
def get_DeltaScale(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> Single: ...
|
|
926
|
+
def put_IsPositionXRailsEnabled(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: Boolean) -> Void: ...
|
|
921
927
|
@winrt_mixinmethod
|
|
922
|
-
def
|
|
928
|
+
def get_IsPositionYRailsEnabled(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> Boolean: ...
|
|
923
929
|
@winrt_classmethod
|
|
924
930
|
def CreateFromIVisualElement(cls: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSourceStatics2, source: win32more.Microsoft.UI.Composition.IVisualElement) -> win32more.Microsoft.UI.Composition.Interactions.VisualInteractionSource: ...
|
|
925
931
|
@winrt_classmethod
|
|
@@ -942,6 +948,7 @@ class VisualInteractionSource(ComPtr):
|
|
|
942
948
|
ScaleVelocity = property(get_ScaleVelocity, None)
|
|
943
949
|
Source = property(get_Source, None)
|
|
944
950
|
class VisualInteractionSourceRedirectionMode(Enum, Int32):
|
|
951
|
+
_name_ = 'Microsoft.UI.Composition.Interactions.VisualInteractionSourceRedirectionMode'
|
|
945
952
|
Off = 0
|
|
946
953
|
CapableTouchpadOnly = 1
|
|
947
954
|
PointerWheelOnly = 2
|