win32more-Microsoft.WindowsAppSDK 0.7.1.6.250430001__py2.py3-none-any.whl → 0.7.1.7.251107005__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/Imaging/__init__.py +77 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +591 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +4 -4
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +4 -4
- win32more/Microsoft/UI/Composition/Effects/__init__.py +10 -10
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +93 -93
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +78 -78
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +42 -42
- win32more/Microsoft/UI/Composition/__init__.py +125 -125
- win32more/Microsoft/UI/Content/__init__.py +676 -35
- win32more/Microsoft/UI/Dispatching/__init__.py +4 -4
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +9 -9
- win32more/Microsoft/UI/Input/__init__.py +53 -45
- win32more/Microsoft/UI/Text/__init__.py +21 -0
- win32more/Microsoft/UI/Windowing/__init__.py +104 -21
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +274 -0
- win32more/Microsoft/UI/Xaml/__init__.py +64 -2
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +197 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +366 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +261 -0
- win32more/Microsoft/Windows/AI/__init__.py +49 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +1 -1
- win32more/Microsoft/Windows/AppNotifications/__init__.py +1 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +29 -0
- win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +65 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +142 -0
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +53 -0
- win32more/Microsoft/Windows/Media/Capture/__init__.py +196 -0
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +24 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +1 -1
- win32more/Microsoft/Windows/Workloads/__init__.py +11 -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.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/METADATA +2 -2
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/RECORD +43 -29
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +1 -1
- {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/WHEEL +0 -0
|
@@ -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)
|
|
@@ -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
|
|
@@ -562,17 +562,17 @@ class InteractionSourceConfiguration(ComPtr):
|
|
|
562
562
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration
|
|
563
563
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionSourceConfiguration'
|
|
564
564
|
@winrt_mixinmethod
|
|
565
|
-
def
|
|
566
|
-
@winrt_mixinmethod
|
|
567
|
-
def get_PositionYSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode: ...
|
|
565
|
+
def put_PositionXSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration, value: win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode) -> Void: ...
|
|
568
566
|
@winrt_mixinmethod
|
|
569
567
|
def get_PositionXSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode: ...
|
|
570
568
|
@winrt_mixinmethod
|
|
571
|
-
def
|
|
569
|
+
def get_PositionYSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode: ...
|
|
572
570
|
@winrt_mixinmethod
|
|
573
571
|
def put_PositionYSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration, value: win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode) -> Void: ...
|
|
574
572
|
@winrt_mixinmethod
|
|
575
573
|
def get_ScaleSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode: ...
|
|
574
|
+
@winrt_mixinmethod
|
|
575
|
+
def put_ScaleSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionSourceConfiguration, value: win32more.Microsoft.UI.Composition.Interactions.InteractionSourceRedirectionMode) -> Void: ...
|
|
576
576
|
PositionXSourceMode = property(get_PositionXSourceMode, put_PositionXSourceMode)
|
|
577
577
|
PositionYSourceMode = property(get_PositionYSourceMode, put_PositionYSourceMode)
|
|
578
578
|
ScaleSourceMode = property(get_ScaleSourceMode, put_ScaleSourceMode)
|
|
@@ -587,19 +587,46 @@ class InteractionTracker(ComPtr):
|
|
|
587
587
|
extends: win32more.Microsoft.UI.Composition.CompositionObject
|
|
588
588
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker
|
|
589
589
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTracker'
|
|
590
|
+
@winrt_overload
|
|
590
591
|
@winrt_mixinmethod
|
|
591
|
-
def
|
|
592
|
+
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: ...
|
|
593
|
+
@winrt_mixinmethod
|
|
594
|
+
def get_IsInertiaFromImpulse(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker4) -> Boolean: ...
|
|
595
|
+
@winrt_mixinmethod
|
|
596
|
+
def get_InteractionSources(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Microsoft.UI.Composition.Interactions.CompositionInteractionSourceCollection: ...
|
|
597
|
+
@winrt_mixinmethod
|
|
598
|
+
def put_PositionInertiaDecayRate(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: win32more.Windows.Foundation.IReference[win32more.Windows.Foundation.Numerics.Vector3]) -> Void: ...
|
|
599
|
+
@winrt_mixinmethod
|
|
600
|
+
def TryUpdatePositionByWithOption(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker4, amount: win32more.Windows.Foundation.Numerics.Vector3, option: win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerClampingOption) -> Int32: ...
|
|
601
|
+
@winrt_mixinmethod
|
|
602
|
+
def get_IsPositionRoundingSuggested(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Boolean: ...
|
|
603
|
+
@winrt_mixinmethod
|
|
604
|
+
def get_MaxPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
605
|
+
@winrt_mixinmethod
|
|
606
|
+
def put_MaxPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
607
|
+
@winrt_mixinmethod
|
|
608
|
+
def get_MaxScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Single: ...
|
|
609
|
+
@winrt_mixinmethod
|
|
610
|
+
def put_MaxScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: Single) -> Void: ...
|
|
611
|
+
@winrt_mixinmethod
|
|
612
|
+
def get_MinPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
613
|
+
@winrt_mixinmethod
|
|
614
|
+
def put_MinPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: win32more.Windows.Foundation.Numerics.Vector3) -> Void: ...
|
|
615
|
+
@winrt_mixinmethod
|
|
616
|
+
def get_MinScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Single: ...
|
|
617
|
+
@winrt_mixinmethod
|
|
618
|
+
def put_MinScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: Single) -> Void: ...
|
|
592
619
|
@winrt_mixinmethod
|
|
593
620
|
def get_NaturalRestingPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
594
621
|
@winrt_mixinmethod
|
|
622
|
+
def get_NaturalRestingScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Single: ...
|
|
623
|
+
@winrt_mixinmethod
|
|
595
624
|
def get_Owner(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerOwner: ...
|
|
596
625
|
@winrt_mixinmethod
|
|
597
|
-
def
|
|
626
|
+
def get_Position(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
598
627
|
@winrt_mixinmethod
|
|
599
628
|
def get_PositionInertiaDecayRate(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.IReference[win32more.Windows.Foundation.Numerics.Vector3]: ...
|
|
600
629
|
@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
630
|
def get_PositionVelocityInPixelsPerSecond(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
604
631
|
@winrt_mixinmethod
|
|
605
632
|
def get_Scale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker) -> Single: ...
|
|
@@ -622,7 +649,7 @@ class InteractionTracker(ComPtr):
|
|
|
622
649
|
@winrt_mixinmethod
|
|
623
650
|
def TryUpdatePosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, value: win32more.Windows.Foundation.Numerics.Vector3) -> Int32: ...
|
|
624
651
|
@winrt_mixinmethod
|
|
625
|
-
def
|
|
652
|
+
def TryUpdatePositionBy(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, amount: win32more.Windows.Foundation.Numerics.Vector3) -> Int32: ...
|
|
626
653
|
@winrt_mixinmethod
|
|
627
654
|
def TryUpdatePositionWithAnimation(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker, animation: win32more.Microsoft.UI.Composition.CompositionAnimation) -> Int32: ...
|
|
628
655
|
@winrt_mixinmethod
|
|
@@ -639,36 +666,9 @@ class InteractionTracker(ComPtr):
|
|
|
639
666
|
def ConfigureCenterPointYInertiaModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker2, conditionalValues: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue]) -> Void: ...
|
|
640
667
|
@winrt_mixinmethod
|
|
641
668
|
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
669
|
@TryUpdatePositionWithOption.register
|
|
650
670
|
@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: ...
|
|
671
|
+
def TryUpdatePositionWithOption(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTracker4, value: win32more.Windows.Foundation.Numerics.Vector3, option: win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerClampingOption) -> Int32: ...
|
|
672
672
|
@winrt_classmethod
|
|
673
673
|
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
674
|
@winrt_classmethod
|
|
@@ -701,9 +701,9 @@ class InteractionTrackerCustomAnimationStateEnteredArgs(ComPtr):
|
|
|
701
701
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerCustomAnimationStateEnteredArgs
|
|
702
702
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerCustomAnimationStateEnteredArgs'
|
|
703
703
|
@winrt_mixinmethod
|
|
704
|
-
def get_RequestId(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerCustomAnimationStateEnteredArgs) -> Int32: ...
|
|
705
|
-
@winrt_mixinmethod
|
|
706
704
|
def get_IsFromBinding(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerCustomAnimationStateEnteredArgs2) -> Boolean: ...
|
|
705
|
+
@winrt_mixinmethod
|
|
706
|
+
def get_RequestId(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerCustomAnimationStateEnteredArgs) -> Int32: ...
|
|
707
707
|
IsFromBinding = property(get_IsFromBinding, None)
|
|
708
708
|
RequestId = property(get_RequestId, None)
|
|
709
709
|
class InteractionTrackerIdleStateEnteredArgs(ComPtr):
|
|
@@ -725,13 +725,13 @@ class InteractionTrackerInertiaMotion(ComPtr):
|
|
|
725
725
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaMotion
|
|
726
726
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaMotion'
|
|
727
727
|
@winrt_mixinmethod
|
|
728
|
+
def put_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaMotion, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
729
|
+
@winrt_mixinmethod
|
|
728
730
|
def get_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaMotion) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
729
731
|
@winrt_mixinmethod
|
|
730
732
|
def get_Motion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaMotion) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
731
733
|
@winrt_mixinmethod
|
|
732
734
|
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
735
|
@winrt_classmethod
|
|
736
736
|
def Create(cls: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaMotionStatics, compositor: win32more.Microsoft.UI.Composition.Compositor) -> win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaMotion: ...
|
|
737
737
|
Condition = property(get_Condition, put_Condition)
|
|
@@ -741,10 +741,10 @@ class InteractionTrackerInertiaNaturalMotion(ComPtr):
|
|
|
741
741
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaNaturalMotion
|
|
742
742
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaNaturalMotion'
|
|
743
743
|
@winrt_mixinmethod
|
|
744
|
-
def get_NaturalMotion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaNaturalMotion) -> win32more.Microsoft.UI.Composition.ScalarNaturalMotionAnimation: ...
|
|
745
|
-
@winrt_mixinmethod
|
|
746
744
|
def put_NaturalMotion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaNaturalMotion, value: win32more.Microsoft.UI.Composition.ScalarNaturalMotionAnimation) -> Void: ...
|
|
747
745
|
@winrt_mixinmethod
|
|
746
|
+
def get_NaturalMotion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaNaturalMotion) -> win32more.Microsoft.UI.Composition.ScalarNaturalMotionAnimation: ...
|
|
747
|
+
@winrt_mixinmethod
|
|
748
748
|
def put_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaNaturalMotion, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
749
749
|
@winrt_mixinmethod
|
|
750
750
|
def get_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaNaturalMotion) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
@@ -757,13 +757,13 @@ class InteractionTrackerInertiaRestingValue(ComPtr):
|
|
|
757
757
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValue
|
|
758
758
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue'
|
|
759
759
|
@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
760
|
def put_RestingValue(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValue, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
765
761
|
@winrt_mixinmethod
|
|
766
762
|
def get_RestingValue(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValue) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
763
|
+
@winrt_mixinmethod
|
|
764
|
+
def get_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValue) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
765
|
+
@winrt_mixinmethod
|
|
766
|
+
def put_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValue, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
767
767
|
@winrt_classmethod
|
|
768
768
|
def Create(cls: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaRestingValueStatics, compositor: win32more.Microsoft.UI.Composition.Compositor) -> win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaRestingValue: ...
|
|
769
769
|
Condition = property(get_Condition, put_Condition)
|
|
@@ -773,7 +773,7 @@ class InteractionTrackerInertiaStateEnteredArgs(ComPtr):
|
|
|
773
773
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs
|
|
774
774
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerInertiaStateEnteredArgs'
|
|
775
775
|
@winrt_mixinmethod
|
|
776
|
-
def
|
|
776
|
+
def get_ModifiedRestingScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs) -> win32more.Windows.Foundation.IReference[Single]: ...
|
|
777
777
|
@winrt_mixinmethod
|
|
778
778
|
def get_NaturalRestingScale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs) -> Single: ...
|
|
779
779
|
@winrt_mixinmethod
|
|
@@ -781,15 +781,15 @@ class InteractionTrackerInertiaStateEnteredArgs(ComPtr):
|
|
|
781
781
|
@winrt_mixinmethod
|
|
782
782
|
def get_ModifiedRestingPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs) -> win32more.Windows.Foundation.IReference[win32more.Windows.Foundation.Numerics.Vector3]: ...
|
|
783
783
|
@winrt_mixinmethod
|
|
784
|
-
def
|
|
784
|
+
def get_IsFromBinding(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs3) -> Boolean: ...
|
|
785
785
|
@winrt_mixinmethod
|
|
786
|
-
def
|
|
786
|
+
def get_NaturalRestingPosition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
787
787
|
@winrt_mixinmethod
|
|
788
788
|
def get_RequestId(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs) -> Int32: ...
|
|
789
789
|
@winrt_mixinmethod
|
|
790
|
-
def
|
|
790
|
+
def get_ScaleVelocityInPercentPerSecond(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs) -> Single: ...
|
|
791
791
|
@winrt_mixinmethod
|
|
792
|
-
def
|
|
792
|
+
def get_IsInertiaFromImpulse(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerInertiaStateEnteredArgs2) -> Boolean: ...
|
|
793
793
|
IsFromBinding = property(get_IsFromBinding, None)
|
|
794
794
|
IsInertiaFromImpulse = property(get_IsInertiaFromImpulse, None)
|
|
795
795
|
ModifiedRestingPosition = property(get_ModifiedRestingPosition, None)
|
|
@@ -826,9 +826,9 @@ class InteractionTrackerValuesChangedArgs(ComPtr):
|
|
|
826
826
|
@winrt_mixinmethod
|
|
827
827
|
def get_RequestId(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerValuesChangedArgs) -> Int32: ...
|
|
828
828
|
@winrt_mixinmethod
|
|
829
|
-
def get_Position(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerValuesChangedArgs) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
830
|
-
@winrt_mixinmethod
|
|
831
829
|
def get_Scale(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerValuesChangedArgs) -> Single: ...
|
|
830
|
+
@winrt_mixinmethod
|
|
831
|
+
def get_Position(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerValuesChangedArgs) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
832
832
|
Position = property(get_Position, None)
|
|
833
833
|
RequestId = property(get_RequestId, None)
|
|
834
834
|
Scale = property(get_Scale, None)
|
|
@@ -841,13 +841,13 @@ class InteractionTrackerVector2InertiaNaturalMotion(ComPtr):
|
|
|
841
841
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerVector2InertiaNaturalMotion
|
|
842
842
|
_classid_ = 'Microsoft.UI.Composition.Interactions.InteractionTrackerVector2InertiaNaturalMotion'
|
|
843
843
|
@winrt_mixinmethod
|
|
844
|
-
def
|
|
844
|
+
def put_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerVector2InertiaNaturalMotion, value: win32more.Microsoft.UI.Composition.ExpressionAnimation) -> Void: ...
|
|
845
845
|
@winrt_mixinmethod
|
|
846
846
|
def put_NaturalMotion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerVector2InertiaNaturalMotion, value: win32more.Microsoft.UI.Composition.Vector2NaturalMotionAnimation) -> Void: ...
|
|
847
847
|
@winrt_mixinmethod
|
|
848
848
|
def get_Condition(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerVector2InertiaNaturalMotion) -> win32more.Microsoft.UI.Composition.ExpressionAnimation: ...
|
|
849
849
|
@winrt_mixinmethod
|
|
850
|
-
def
|
|
850
|
+
def get_NaturalMotion(self: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerVector2InertiaNaturalMotion) -> win32more.Microsoft.UI.Composition.Vector2NaturalMotionAnimation: ...
|
|
851
851
|
@winrt_classmethod
|
|
852
852
|
def Create(cls: win32more.Microsoft.UI.Composition.Interactions.IInteractionTrackerVector2InertiaNaturalMotionStatics, compositor: win32more.Microsoft.UI.Composition.Compositor) -> win32more.Microsoft.UI.Composition.Interactions.InteractionTrackerVector2InertiaNaturalMotion: ...
|
|
853
853
|
Condition = property(get_Condition, put_Condition)
|
|
@@ -857,69 +857,69 @@ class VisualInteractionSource(ComPtr):
|
|
|
857
857
|
default_interface: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource
|
|
858
858
|
_classid_ = 'Microsoft.UI.Composition.Interactions.VisualInteractionSource'
|
|
859
859
|
@winrt_mixinmethod
|
|
860
|
-
def
|
|
860
|
+
def get_ManipulationRedirectionMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.VisualInteractionSourceRedirectionMode: ...
|
|
861
861
|
@winrt_mixinmethod
|
|
862
|
-
def
|
|
862
|
+
def put_PositionXSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.InteractionSourceMode) -> Void: ...
|
|
863
863
|
@winrt_mixinmethod
|
|
864
|
-
def
|
|
864
|
+
def get_PositionYChainingMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.InteractionChainingMode: ...
|
|
865
865
|
@winrt_mixinmethod
|
|
866
|
-
def
|
|
866
|
+
def put_PositionYChainingMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.InteractionChainingMode) -> Void: ...
|
|
867
867
|
@winrt_mixinmethod
|
|
868
|
-
def
|
|
868
|
+
def get_PositionYSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceMode: ...
|
|
869
869
|
@winrt_mixinmethod
|
|
870
|
-
def
|
|
870
|
+
def put_PositionYSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.InteractionSourceMode) -> Void: ...
|
|
871
871
|
@winrt_mixinmethod
|
|
872
|
-
def
|
|
872
|
+
def get_PositionVelocity(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
873
873
|
@winrt_mixinmethod
|
|
874
|
-
def
|
|
874
|
+
def get_Scale(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> Single: ...
|
|
875
875
|
@winrt_mixinmethod
|
|
876
|
-
def
|
|
876
|
+
def put_IsPositionYRailsEnabled(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: Boolean) -> Void: ...
|
|
877
877
|
@winrt_mixinmethod
|
|
878
|
-
def
|
|
878
|
+
def get_ScaleChainingMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.InteractionChainingMode: ...
|
|
879
879
|
@winrt_mixinmethod
|
|
880
|
-
def
|
|
880
|
+
def put_ScaleChainingMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.InteractionChainingMode) -> Void: ...
|
|
881
881
|
@winrt_mixinmethod
|
|
882
|
-
def
|
|
882
|
+
def get_ScaleSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceMode: ...
|
|
883
883
|
@winrt_mixinmethod
|
|
884
|
-
def
|
|
884
|
+
def put_ScaleSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.InteractionSourceMode) -> Void: ...
|
|
885
885
|
@winrt_mixinmethod
|
|
886
|
-
def
|
|
886
|
+
def get_Source(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Visual: ...
|
|
887
|
+
@winrt_mixinmethod
|
|
888
|
+
def TryRedirectForManipulation(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, pointerPoint: win32more.Microsoft.UI.Input.PointerPoint) -> Void: ...
|
|
887
889
|
@winrt_mixinmethod
|
|
888
890
|
def put_ManipulationRedirectionMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.VisualInteractionSourceRedirectionMode) -> Void: ...
|
|
889
891
|
@winrt_mixinmethod
|
|
890
|
-
def
|
|
892
|
+
def get_DeltaPosition(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
891
893
|
@winrt_mixinmethod
|
|
892
|
-
def
|
|
894
|
+
def get_DeltaScale(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> Single: ...
|
|
893
895
|
@winrt_mixinmethod
|
|
894
|
-
def
|
|
896
|
+
def get_Position(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> win32more.Windows.Foundation.Numerics.Vector3: ...
|
|
895
897
|
@winrt_mixinmethod
|
|
896
|
-
def
|
|
898
|
+
def get_ScaleVelocity(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> Single: ...
|
|
897
899
|
@winrt_mixinmethod
|
|
898
|
-
def
|
|
900
|
+
def ConfigureCenterPointXModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2, conditionalValues: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue]) -> Void: ...
|
|
899
901
|
@winrt_mixinmethod
|
|
900
|
-
def
|
|
902
|
+
def ConfigureCenterPointYModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2, conditionalValues: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue]) -> Void: ...
|
|
901
903
|
@winrt_mixinmethod
|
|
902
|
-
def
|
|
904
|
+
def ConfigureDeltaPositionXModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2, conditionalValues: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue]) -> Void: ...
|
|
903
905
|
@winrt_mixinmethod
|
|
904
|
-
def
|
|
906
|
+
def ConfigureDeltaPositionYModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2, conditionalValues: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue]) -> Void: ...
|
|
905
907
|
@winrt_mixinmethod
|
|
906
|
-
def
|
|
908
|
+
def ConfigureDeltaScaleModifiers(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2, conditionalValues: win32more.Windows.Foundation.Collections.IIterable[win32more.Microsoft.UI.Composition.Interactions.CompositionConditionalValue]) -> Void: ...
|
|
907
909
|
@winrt_mixinmethod
|
|
908
|
-
def
|
|
910
|
+
def get_PointerWheelConfig(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource3) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceConfiguration: ...
|
|
909
911
|
@winrt_mixinmethod
|
|
910
|
-
def
|
|
912
|
+
def get_PositionXChainingMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.InteractionChainingMode: ...
|
|
911
913
|
@winrt_mixinmethod
|
|
912
|
-
def
|
|
914
|
+
def put_PositionXChainingMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: win32more.Microsoft.UI.Composition.Interactions.InteractionChainingMode) -> Void: ...
|
|
913
915
|
@winrt_mixinmethod
|
|
914
|
-
def
|
|
916
|
+
def get_PositionXSourceMode(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> win32more.Microsoft.UI.Composition.Interactions.InteractionSourceMode: ...
|
|
915
917
|
@winrt_mixinmethod
|
|
916
918
|
def get_IsPositionXRailsEnabled(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> Boolean: ...
|
|
917
919
|
@winrt_mixinmethod
|
|
918
|
-
def
|
|
919
|
-
@winrt_mixinmethod
|
|
920
|
-
def get_DeltaScale(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource2) -> Single: ...
|
|
920
|
+
def put_IsPositionXRailsEnabled(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource, value: Boolean) -> Void: ...
|
|
921
921
|
@winrt_mixinmethod
|
|
922
|
-
def
|
|
922
|
+
def get_IsPositionYRailsEnabled(self: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSource) -> Boolean: ...
|
|
923
923
|
@winrt_classmethod
|
|
924
924
|
def CreateFromIVisualElement(cls: win32more.Microsoft.UI.Composition.Interactions.IVisualInteractionSourceStatics2, source: win32more.Microsoft.UI.Composition.IVisualElement) -> win32more.Microsoft.UI.Composition.Interactions.VisualInteractionSource: ...
|
|
925
925
|
@winrt_classmethod
|