win32more-Microsoft.WindowsAppSDK 0.6.1.5.240227000__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.
Potentially problematic release.
This version of win32more-Microsoft.WindowsAppSDK might be problematic. Click here for more details.
- win32more/Microsoft/Foundation/__init__.py +7 -0
- win32more/Microsoft/Graphics/DirectX/__init__.py +167 -0
- win32more/Microsoft/Graphics/Display/__init__.py +174 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +52 -0
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +63 -0
- win32more/Microsoft/UI/Composition/Effects/__init__.py +96 -0
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +951 -0
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +671 -0
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +356 -0
- win32more/Microsoft/UI/Composition/__init__.py +4793 -0
- win32more/Microsoft/UI/Content/__init__.py +918 -0
- win32more/Microsoft/UI/Dispatching/__init__.py +241 -0
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +235 -0
- win32more/Microsoft/UI/Input/Interop/__init__.py +19 -0
- win32more/Microsoft/UI/Input/__init__.py +1927 -0
- win32more/Microsoft/UI/System/__init__.py +46 -0
- win32more/Microsoft/UI/Text/__init__.py +1090 -0
- win32more/Microsoft/UI/Windowing/__init__.py +877 -0
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +3414 -0
- win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py +489 -0
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +17 -0
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +1607 -0
- win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py +170 -0
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +6458 -0
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +31159 -0
- win32more/Microsoft/UI/Xaml/Core/Direct/__init__.py +7 -0
- win32more/Microsoft/UI/Xaml/Data/__init__.py +670 -0
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +2030 -0
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +329 -0
- win32more/Microsoft/UI/Xaml/Input/__init__.py +1985 -0
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +148 -0
- win32more/Microsoft/UI/Xaml/Markup/__init__.py +391 -0
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +4167 -0
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +632 -0
- win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py +373 -0
- win32more/Microsoft/UI/Xaml/Media/__init__.py +3510 -0
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +255 -0
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +193 -0
- win32more/Microsoft/UI/Xaml/Resources/__init__.py +53 -0
- win32more/Microsoft/UI/Xaml/Shapes/__init__.py +538 -0
- win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py +39 -0
- win32more/Microsoft/UI/Xaml/__init__.py +6010 -0
- win32more/Microsoft/UI/__init__.py +912 -0
- win32more/Microsoft/Web/WebView2/Core/__init__.py +4685 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +180 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +572 -0
- win32more/Microsoft/Windows/AppNotifications/__init__.py +333 -0
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +244 -0
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +322 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +114 -0
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +1114 -0
- win32more/Microsoft/Windows/PushNotifications/__init__.py +146 -0
- win32more/Microsoft/Windows/Security/AccessControl/__init__.py +25 -0
- win32more/Microsoft/Windows/System/Power/__init__.py +223 -0
- win32more/Microsoft/Windows/System/__init__.py +78 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +181 -0
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +325 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +11 -0
- win32more/appsdk/versioninfo.py +3 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/METADATA +5 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/RECORD +66 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/WHEEL +5 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +90 -0
|
@@ -0,0 +1,1985 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from win32more.winrt.prelude import *
|
|
3
|
+
import win32more.Microsoft.UI.Input
|
|
4
|
+
import win32more.Microsoft.UI.Xaml
|
|
5
|
+
import win32more.Microsoft.UI.Xaml.Controls
|
|
6
|
+
import win32more.Microsoft.UI.Xaml.Input
|
|
7
|
+
import win32more.Windows.Foundation
|
|
8
|
+
import win32more.Windows.Foundation.Collections
|
|
9
|
+
import win32more.Windows.System
|
|
10
|
+
import win32more.Windows.UI.Core
|
|
11
|
+
class AccessKeyDisplayDismissedEventArgs(ComPtr):
|
|
12
|
+
extends: IInspectable
|
|
13
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IAccessKeyDisplayDismissedEventArgs
|
|
14
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.AccessKeyDisplayDismissedEventArgs'
|
|
15
|
+
def __init__(self, *args, **kwargs):
|
|
16
|
+
if kwargs:
|
|
17
|
+
super().__init__(**kwargs)
|
|
18
|
+
elif len(args) == 0:
|
|
19
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.AccessKeyDisplayDismissedEventArgs.CreateInstance(*args))
|
|
20
|
+
else:
|
|
21
|
+
raise ValueError('no matched constructor')
|
|
22
|
+
@winrt_activatemethod
|
|
23
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.AccessKeyDisplayDismissedEventArgs: ...
|
|
24
|
+
class AccessKeyDisplayRequestedEventArgs(ComPtr):
|
|
25
|
+
extends: IInspectable
|
|
26
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IAccessKeyDisplayRequestedEventArgs
|
|
27
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.AccessKeyDisplayRequestedEventArgs'
|
|
28
|
+
def __init__(self, *args, **kwargs):
|
|
29
|
+
if kwargs:
|
|
30
|
+
super().__init__(**kwargs)
|
|
31
|
+
elif len(args) == 0:
|
|
32
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.AccessKeyDisplayRequestedEventArgs.CreateInstance(*args))
|
|
33
|
+
else:
|
|
34
|
+
raise ValueError('no matched constructor')
|
|
35
|
+
@winrt_activatemethod
|
|
36
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.AccessKeyDisplayRequestedEventArgs: ...
|
|
37
|
+
@winrt_mixinmethod
|
|
38
|
+
def get_PressedKeys(self: win32more.Microsoft.UI.Xaml.Input.IAccessKeyDisplayRequestedEventArgs) -> WinRT_String: ...
|
|
39
|
+
PressedKeys = property(get_PressedKeys, None)
|
|
40
|
+
class AccessKeyInvokedEventArgs(ComPtr):
|
|
41
|
+
extends: IInspectable
|
|
42
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IAccessKeyInvokedEventArgs
|
|
43
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.AccessKeyInvokedEventArgs'
|
|
44
|
+
def __init__(self, *args, **kwargs):
|
|
45
|
+
if kwargs:
|
|
46
|
+
super().__init__(**kwargs)
|
|
47
|
+
elif len(args) == 0:
|
|
48
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.AccessKeyInvokedEventArgs.CreateInstance(*args))
|
|
49
|
+
else:
|
|
50
|
+
raise ValueError('no matched constructor')
|
|
51
|
+
@winrt_activatemethod
|
|
52
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.AccessKeyInvokedEventArgs: ...
|
|
53
|
+
@winrt_mixinmethod
|
|
54
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IAccessKeyInvokedEventArgs) -> Boolean: ...
|
|
55
|
+
@winrt_mixinmethod
|
|
56
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IAccessKeyInvokedEventArgs, value: Boolean) -> Void: ...
|
|
57
|
+
Handled = property(get_Handled, put_Handled)
|
|
58
|
+
class _AccessKeyManager_Meta_(ComPtr.__class__):
|
|
59
|
+
pass
|
|
60
|
+
class AccessKeyManager(ComPtr, metaclass=_AccessKeyManager_Meta_):
|
|
61
|
+
extends: IInspectable
|
|
62
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IAccessKeyManager
|
|
63
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.AccessKeyManager'
|
|
64
|
+
@winrt_classmethod
|
|
65
|
+
def EnterDisplayModeForXamlRoot(cls: win32more.Microsoft.UI.Xaml.Input.IAccessKeyManagerStatics2, XamlRoot: win32more.Microsoft.UI.Xaml.XamlRoot) -> Void: ...
|
|
66
|
+
@winrt_classmethod
|
|
67
|
+
def get_IsDisplayModeEnabled(cls: win32more.Microsoft.UI.Xaml.Input.IAccessKeyManagerStatics) -> Boolean: ...
|
|
68
|
+
@winrt_classmethod
|
|
69
|
+
def get_AreKeyTipsEnabled(cls: win32more.Microsoft.UI.Xaml.Input.IAccessKeyManagerStatics) -> Boolean: ...
|
|
70
|
+
@winrt_classmethod
|
|
71
|
+
def put_AreKeyTipsEnabled(cls: win32more.Microsoft.UI.Xaml.Input.IAccessKeyManagerStatics, value: Boolean) -> Void: ...
|
|
72
|
+
@winrt_classmethod
|
|
73
|
+
def add_IsDisplayModeEnabledChanged(cls: win32more.Microsoft.UI.Xaml.Input.IAccessKeyManagerStatics, handler: win32more.Windows.Foundation.TypedEventHandler[IInspectable, IInspectable]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
74
|
+
@winrt_classmethod
|
|
75
|
+
def remove_IsDisplayModeEnabledChanged(cls: win32more.Microsoft.UI.Xaml.Input.IAccessKeyManagerStatics, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
76
|
+
@winrt_classmethod
|
|
77
|
+
def ExitDisplayMode(cls: win32more.Microsoft.UI.Xaml.Input.IAccessKeyManagerStatics) -> Void: ...
|
|
78
|
+
_AccessKeyManager_Meta_.AreKeyTipsEnabled = property(get_AreKeyTipsEnabled, put_AreKeyTipsEnabled)
|
|
79
|
+
_AccessKeyManager_Meta_.IsDisplayModeEnabled = property(get_IsDisplayModeEnabled, None)
|
|
80
|
+
class CanExecuteRequestedEventArgs(ComPtr):
|
|
81
|
+
extends: IInspectable
|
|
82
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.ICanExecuteRequestedEventArgs
|
|
83
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.CanExecuteRequestedEventArgs'
|
|
84
|
+
@winrt_mixinmethod
|
|
85
|
+
def get_Parameter(self: win32more.Microsoft.UI.Xaml.Input.ICanExecuteRequestedEventArgs) -> IInspectable: ...
|
|
86
|
+
@winrt_mixinmethod
|
|
87
|
+
def get_CanExecute(self: win32more.Microsoft.UI.Xaml.Input.ICanExecuteRequestedEventArgs) -> Boolean: ...
|
|
88
|
+
@winrt_mixinmethod
|
|
89
|
+
def put_CanExecute(self: win32more.Microsoft.UI.Xaml.Input.ICanExecuteRequestedEventArgs, value: Boolean) -> Void: ...
|
|
90
|
+
CanExecute = property(get_CanExecute, put_CanExecute)
|
|
91
|
+
Parameter = property(get_Parameter, None)
|
|
92
|
+
class CharacterReceivedRoutedEventArgs(ComPtr):
|
|
93
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
94
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.ICharacterReceivedRoutedEventArgs
|
|
95
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.CharacterReceivedRoutedEventArgs'
|
|
96
|
+
@winrt_mixinmethod
|
|
97
|
+
def get_Character(self: win32more.Microsoft.UI.Xaml.Input.ICharacterReceivedRoutedEventArgs) -> Char: ...
|
|
98
|
+
@winrt_mixinmethod
|
|
99
|
+
def get_KeyStatus(self: win32more.Microsoft.UI.Xaml.Input.ICharacterReceivedRoutedEventArgs) -> win32more.Windows.UI.Core.CorePhysicalKeyStatus: ...
|
|
100
|
+
@winrt_mixinmethod
|
|
101
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.ICharacterReceivedRoutedEventArgs) -> Boolean: ...
|
|
102
|
+
@winrt_mixinmethod
|
|
103
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.ICharacterReceivedRoutedEventArgs, value: Boolean) -> Void: ...
|
|
104
|
+
Character = property(get_Character, None)
|
|
105
|
+
Handled = property(get_Handled, put_Handled)
|
|
106
|
+
KeyStatus = property(get_KeyStatus, None)
|
|
107
|
+
class ContextRequestedEventArgs(ComPtr):
|
|
108
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
109
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IContextRequestedEventArgs
|
|
110
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ContextRequestedEventArgs'
|
|
111
|
+
def __init__(self, *args, **kwargs):
|
|
112
|
+
if kwargs:
|
|
113
|
+
super().__init__(**kwargs)
|
|
114
|
+
elif len(args) == 0:
|
|
115
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.ContextRequestedEventArgs.CreateInstance(*args))
|
|
116
|
+
else:
|
|
117
|
+
raise ValueError('no matched constructor')
|
|
118
|
+
@winrt_activatemethod
|
|
119
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.ContextRequestedEventArgs: ...
|
|
120
|
+
@winrt_mixinmethod
|
|
121
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IContextRequestedEventArgs) -> Boolean: ...
|
|
122
|
+
@winrt_mixinmethod
|
|
123
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IContextRequestedEventArgs, value: Boolean) -> Void: ...
|
|
124
|
+
@winrt_mixinmethod
|
|
125
|
+
def TryGetPosition(self: win32more.Microsoft.UI.Xaml.Input.IContextRequestedEventArgs, relativeTo: win32more.Microsoft.UI.Xaml.UIElement, point: POINTER(win32more.Windows.Foundation.Point)) -> Boolean: ...
|
|
126
|
+
Handled = property(get_Handled, put_Handled)
|
|
127
|
+
class DoubleTappedEventHandler(MulticastDelegate):
|
|
128
|
+
extends: IUnknown
|
|
129
|
+
_iid_ = Guid('{f7a501b9-e277-5611-87b0-0e0607622183}')
|
|
130
|
+
@winrt_commethod(3)
|
|
131
|
+
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Input.DoubleTappedRoutedEventArgs) -> Void: ...
|
|
132
|
+
class DoubleTappedRoutedEventArgs(ComPtr):
|
|
133
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
134
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IDoubleTappedRoutedEventArgs
|
|
135
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.DoubleTappedRoutedEventArgs'
|
|
136
|
+
def __init__(self, *args, **kwargs):
|
|
137
|
+
if kwargs:
|
|
138
|
+
super().__init__(**kwargs)
|
|
139
|
+
elif len(args) == 0:
|
|
140
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.DoubleTappedRoutedEventArgs.CreateInstance(*args))
|
|
141
|
+
else:
|
|
142
|
+
raise ValueError('no matched constructor')
|
|
143
|
+
@winrt_activatemethod
|
|
144
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.DoubleTappedRoutedEventArgs: ...
|
|
145
|
+
@winrt_mixinmethod
|
|
146
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Xaml.Input.IDoubleTappedRoutedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
147
|
+
@winrt_mixinmethod
|
|
148
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IDoubleTappedRoutedEventArgs) -> Boolean: ...
|
|
149
|
+
@winrt_mixinmethod
|
|
150
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IDoubleTappedRoutedEventArgs, value: Boolean) -> Void: ...
|
|
151
|
+
@winrt_mixinmethod
|
|
152
|
+
def GetPosition(self: win32more.Microsoft.UI.Xaml.Input.IDoubleTappedRoutedEventArgs, relativeTo: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Windows.Foundation.Point: ...
|
|
153
|
+
Handled = property(get_Handled, put_Handled)
|
|
154
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
155
|
+
class ExecuteRequestedEventArgs(ComPtr):
|
|
156
|
+
extends: IInspectable
|
|
157
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IExecuteRequestedEventArgs
|
|
158
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ExecuteRequestedEventArgs'
|
|
159
|
+
@winrt_mixinmethod
|
|
160
|
+
def get_Parameter(self: win32more.Microsoft.UI.Xaml.Input.IExecuteRequestedEventArgs) -> IInspectable: ...
|
|
161
|
+
Parameter = property(get_Parameter, None)
|
|
162
|
+
class FindNextElementOptions(ComPtr):
|
|
163
|
+
extends: IInspectable
|
|
164
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IFindNextElementOptions
|
|
165
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.FindNextElementOptions'
|
|
166
|
+
def __init__(self, *args, **kwargs):
|
|
167
|
+
if kwargs:
|
|
168
|
+
super().__init__(**kwargs)
|
|
169
|
+
elif len(args) == 0:
|
|
170
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.FindNextElementOptions.CreateInstance(*args))
|
|
171
|
+
else:
|
|
172
|
+
raise ValueError('no matched constructor')
|
|
173
|
+
@winrt_activatemethod
|
|
174
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.FindNextElementOptions: ...
|
|
175
|
+
@winrt_mixinmethod
|
|
176
|
+
def get_SearchRoot(self: win32more.Microsoft.UI.Xaml.Input.IFindNextElementOptions) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
177
|
+
@winrt_mixinmethod
|
|
178
|
+
def put_SearchRoot(self: win32more.Microsoft.UI.Xaml.Input.IFindNextElementOptions, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
179
|
+
@winrt_mixinmethod
|
|
180
|
+
def get_ExclusionRect(self: win32more.Microsoft.UI.Xaml.Input.IFindNextElementOptions) -> win32more.Windows.Foundation.Rect: ...
|
|
181
|
+
@winrt_mixinmethod
|
|
182
|
+
def put_ExclusionRect(self: win32more.Microsoft.UI.Xaml.Input.IFindNextElementOptions, value: win32more.Windows.Foundation.Rect) -> Void: ...
|
|
183
|
+
@winrt_mixinmethod
|
|
184
|
+
def get_HintRect(self: win32more.Microsoft.UI.Xaml.Input.IFindNextElementOptions) -> win32more.Windows.Foundation.Rect: ...
|
|
185
|
+
@winrt_mixinmethod
|
|
186
|
+
def put_HintRect(self: win32more.Microsoft.UI.Xaml.Input.IFindNextElementOptions, value: win32more.Windows.Foundation.Rect) -> Void: ...
|
|
187
|
+
@winrt_mixinmethod
|
|
188
|
+
def get_XYFocusNavigationStrategyOverride(self: win32more.Microsoft.UI.Xaml.Input.IFindNextElementOptions) -> win32more.Microsoft.UI.Xaml.Input.XYFocusNavigationStrategyOverride: ...
|
|
189
|
+
@winrt_mixinmethod
|
|
190
|
+
def put_XYFocusNavigationStrategyOverride(self: win32more.Microsoft.UI.Xaml.Input.IFindNextElementOptions, value: win32more.Microsoft.UI.Xaml.Input.XYFocusNavigationStrategyOverride) -> Void: ...
|
|
191
|
+
ExclusionRect = property(get_ExclusionRect, put_ExclusionRect)
|
|
192
|
+
HintRect = property(get_HintRect, put_HintRect)
|
|
193
|
+
SearchRoot = property(get_SearchRoot, put_SearchRoot)
|
|
194
|
+
XYFocusNavigationStrategyOverride = property(get_XYFocusNavigationStrategyOverride, put_XYFocusNavigationStrategyOverride)
|
|
195
|
+
class FocusInputDeviceKind(Enum, Int32):
|
|
196
|
+
None_ = 0
|
|
197
|
+
Mouse = 1
|
|
198
|
+
Touch = 2
|
|
199
|
+
Pen = 3
|
|
200
|
+
Keyboard = 4
|
|
201
|
+
GameController = 5
|
|
202
|
+
class FocusManager(ComPtr):
|
|
203
|
+
extends: IInspectable
|
|
204
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IFocusManager
|
|
205
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.FocusManager'
|
|
206
|
+
@winrt_classmethod
|
|
207
|
+
def add_GotFocus(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, handler: win32more.Windows.Foundation.EventHandler[win32more.Microsoft.UI.Xaml.Input.FocusManagerGotFocusEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
208
|
+
@winrt_classmethod
|
|
209
|
+
def remove_GotFocus(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
210
|
+
@winrt_classmethod
|
|
211
|
+
def add_LostFocus(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, handler: win32more.Windows.Foundation.EventHandler[win32more.Microsoft.UI.Xaml.Input.FocusManagerLostFocusEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
212
|
+
@winrt_classmethod
|
|
213
|
+
def remove_LostFocus(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
214
|
+
@winrt_classmethod
|
|
215
|
+
def add_GettingFocus(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, handler: win32more.Windows.Foundation.EventHandler[win32more.Microsoft.UI.Xaml.Input.GettingFocusEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
216
|
+
@winrt_classmethod
|
|
217
|
+
def remove_GettingFocus(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
218
|
+
@winrt_classmethod
|
|
219
|
+
def add_LosingFocus(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, handler: win32more.Windows.Foundation.EventHandler[win32more.Microsoft.UI.Xaml.Input.LosingFocusEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
220
|
+
@winrt_classmethod
|
|
221
|
+
def remove_LosingFocus(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
222
|
+
@winrt_classmethod
|
|
223
|
+
def TryFocusAsync(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: win32more.Microsoft.UI.Xaml.FocusState) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.UI.Xaml.Input.FocusMovementResult]: ...
|
|
224
|
+
@winrt_classmethod
|
|
225
|
+
def TryMoveFocusAsync(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.UI.Xaml.Input.FocusMovementResult]: ...
|
|
226
|
+
@winrt_classmethod
|
|
227
|
+
def TryMoveFocusWithOptionsAsync(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection, focusNavigationOptions: win32more.Microsoft.UI.Xaml.Input.FindNextElementOptions) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.UI.Xaml.Input.FocusMovementResult]: ...
|
|
228
|
+
@winrt_classmethod
|
|
229
|
+
def TryMoveFocusWithOptions(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection, focusNavigationOptions: win32more.Microsoft.UI.Xaml.Input.FindNextElementOptions) -> Boolean: ...
|
|
230
|
+
@winrt_classmethod
|
|
231
|
+
def FindNextElement(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
232
|
+
@winrt_classmethod
|
|
233
|
+
def FindFirstFocusableElement(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, searchScope: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
234
|
+
@winrt_classmethod
|
|
235
|
+
def FindLastFocusableElement(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, searchScope: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
236
|
+
@winrt_classmethod
|
|
237
|
+
def FindNextElementWithOptions(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection, focusNavigationOptions: win32more.Microsoft.UI.Xaml.Input.FindNextElementOptions) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
238
|
+
@winrt_classmethod
|
|
239
|
+
def FindNextFocusableElement(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
240
|
+
@winrt_classmethod
|
|
241
|
+
def FindNextFocusableElementWithHint(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection, hintRect: win32more.Windows.Foundation.Rect) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
242
|
+
@winrt_classmethod
|
|
243
|
+
def TryMoveFocus(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection) -> Boolean: ...
|
|
244
|
+
@winrt_classmethod
|
|
245
|
+
def GetFocusedElement(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics) -> IInspectable: ...
|
|
246
|
+
@winrt_classmethod
|
|
247
|
+
def GetFocusedElementWithRoot(cls: win32more.Microsoft.UI.Xaml.Input.IFocusManagerStatics, xamlRoot: win32more.Microsoft.UI.Xaml.XamlRoot) -> IInspectable: ...
|
|
248
|
+
class FocusManagerGotFocusEventArgs(ComPtr):
|
|
249
|
+
extends: IInspectable
|
|
250
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IFocusManagerGotFocusEventArgs
|
|
251
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.FocusManagerGotFocusEventArgs'
|
|
252
|
+
@winrt_mixinmethod
|
|
253
|
+
def get_NewFocusedElement(self: win32more.Microsoft.UI.Xaml.Input.IFocusManagerGotFocusEventArgs) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
254
|
+
@winrt_mixinmethod
|
|
255
|
+
def get_CorrelationId(self: win32more.Microsoft.UI.Xaml.Input.IFocusManagerGotFocusEventArgs) -> Guid: ...
|
|
256
|
+
CorrelationId = property(get_CorrelationId, None)
|
|
257
|
+
NewFocusedElement = property(get_NewFocusedElement, None)
|
|
258
|
+
class FocusManagerLostFocusEventArgs(ComPtr):
|
|
259
|
+
extends: IInspectable
|
|
260
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IFocusManagerLostFocusEventArgs
|
|
261
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.FocusManagerLostFocusEventArgs'
|
|
262
|
+
@winrt_mixinmethod
|
|
263
|
+
def get_OldFocusedElement(self: win32more.Microsoft.UI.Xaml.Input.IFocusManagerLostFocusEventArgs) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
264
|
+
@winrt_mixinmethod
|
|
265
|
+
def get_CorrelationId(self: win32more.Microsoft.UI.Xaml.Input.IFocusManagerLostFocusEventArgs) -> Guid: ...
|
|
266
|
+
CorrelationId = property(get_CorrelationId, None)
|
|
267
|
+
OldFocusedElement = property(get_OldFocusedElement, None)
|
|
268
|
+
class FocusMovementResult(ComPtr):
|
|
269
|
+
extends: IInspectable
|
|
270
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IFocusMovementResult
|
|
271
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.FocusMovementResult'
|
|
272
|
+
@winrt_mixinmethod
|
|
273
|
+
def get_Succeeded(self: win32more.Microsoft.UI.Xaml.Input.IFocusMovementResult) -> Boolean: ...
|
|
274
|
+
Succeeded = property(get_Succeeded, None)
|
|
275
|
+
class FocusNavigationDirection(Enum, Int32):
|
|
276
|
+
Next = 0
|
|
277
|
+
Previous = 1
|
|
278
|
+
Up = 2
|
|
279
|
+
Down = 3
|
|
280
|
+
Left = 4
|
|
281
|
+
Right = 5
|
|
282
|
+
None_ = 6
|
|
283
|
+
class GettingFocusEventArgs(ComPtr):
|
|
284
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
285
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs
|
|
286
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.GettingFocusEventArgs'
|
|
287
|
+
@winrt_mixinmethod
|
|
288
|
+
def get_OldFocusedElement(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
289
|
+
@winrt_mixinmethod
|
|
290
|
+
def get_NewFocusedElement(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
291
|
+
@winrt_mixinmethod
|
|
292
|
+
def put_NewFocusedElement(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
293
|
+
@winrt_mixinmethod
|
|
294
|
+
def get_FocusState(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs) -> win32more.Microsoft.UI.Xaml.FocusState: ...
|
|
295
|
+
@winrt_mixinmethod
|
|
296
|
+
def get_Direction(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs) -> win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection: ...
|
|
297
|
+
@winrt_mixinmethod
|
|
298
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs) -> Boolean: ...
|
|
299
|
+
@winrt_mixinmethod
|
|
300
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs, value: Boolean) -> Void: ...
|
|
301
|
+
@winrt_mixinmethod
|
|
302
|
+
def get_InputDevice(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs) -> win32more.Microsoft.UI.Xaml.Input.FocusInputDeviceKind: ...
|
|
303
|
+
@winrt_mixinmethod
|
|
304
|
+
def get_Cancel(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs) -> Boolean: ...
|
|
305
|
+
@winrt_mixinmethod
|
|
306
|
+
def put_Cancel(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs, value: Boolean) -> Void: ...
|
|
307
|
+
@winrt_mixinmethod
|
|
308
|
+
def get_CorrelationId(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs) -> Guid: ...
|
|
309
|
+
@winrt_mixinmethod
|
|
310
|
+
def TryCancel(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs) -> Boolean: ...
|
|
311
|
+
@winrt_mixinmethod
|
|
312
|
+
def TrySetNewFocusedElement(self: win32more.Microsoft.UI.Xaml.Input.IGettingFocusEventArgs, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Boolean: ...
|
|
313
|
+
Cancel = property(get_Cancel, put_Cancel)
|
|
314
|
+
CorrelationId = property(get_CorrelationId, None)
|
|
315
|
+
Direction = property(get_Direction, None)
|
|
316
|
+
FocusState = property(get_FocusState, None)
|
|
317
|
+
Handled = property(get_Handled, put_Handled)
|
|
318
|
+
InputDevice = property(get_InputDevice, None)
|
|
319
|
+
NewFocusedElement = property(get_NewFocusedElement, put_NewFocusedElement)
|
|
320
|
+
OldFocusedElement = property(get_OldFocusedElement, None)
|
|
321
|
+
class HoldingEventHandler(MulticastDelegate):
|
|
322
|
+
extends: IUnknown
|
|
323
|
+
_iid_ = Guid('{fe23c5bd-4984-56b6-b92b-fc9d1216b24e}')
|
|
324
|
+
@winrt_commethod(3)
|
|
325
|
+
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Input.HoldingRoutedEventArgs) -> Void: ...
|
|
326
|
+
class HoldingRoutedEventArgs(ComPtr):
|
|
327
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
328
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IHoldingRoutedEventArgs
|
|
329
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.HoldingRoutedEventArgs'
|
|
330
|
+
def __init__(self, *args, **kwargs):
|
|
331
|
+
if kwargs:
|
|
332
|
+
super().__init__(**kwargs)
|
|
333
|
+
elif len(args) == 0:
|
|
334
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.HoldingRoutedEventArgs.CreateInstance(*args))
|
|
335
|
+
else:
|
|
336
|
+
raise ValueError('no matched constructor')
|
|
337
|
+
@winrt_activatemethod
|
|
338
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.HoldingRoutedEventArgs: ...
|
|
339
|
+
@winrt_mixinmethod
|
|
340
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Xaml.Input.IHoldingRoutedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
341
|
+
@winrt_mixinmethod
|
|
342
|
+
def get_HoldingState(self: win32more.Microsoft.UI.Xaml.Input.IHoldingRoutedEventArgs) -> win32more.Microsoft.UI.Input.HoldingState: ...
|
|
343
|
+
@winrt_mixinmethod
|
|
344
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IHoldingRoutedEventArgs) -> Boolean: ...
|
|
345
|
+
@winrt_mixinmethod
|
|
346
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IHoldingRoutedEventArgs, value: Boolean) -> Void: ...
|
|
347
|
+
@winrt_mixinmethod
|
|
348
|
+
def GetPosition(self: win32more.Microsoft.UI.Xaml.Input.IHoldingRoutedEventArgs, relativeTo: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Windows.Foundation.Point: ...
|
|
349
|
+
Handled = property(get_Handled, put_Handled)
|
|
350
|
+
HoldingState = property(get_HoldingState, None)
|
|
351
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
352
|
+
class IAccessKeyDisplayDismissedEventArgs(ComPtr):
|
|
353
|
+
extends: IInspectable
|
|
354
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IAccessKeyDisplayDismissedEventArgs'
|
|
355
|
+
_iid_ = Guid('{125a83d8-7f86-5ea9-9063-b9407e644587}')
|
|
356
|
+
class IAccessKeyDisplayRequestedEventArgs(ComPtr):
|
|
357
|
+
extends: IInspectable
|
|
358
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IAccessKeyDisplayRequestedEventArgs'
|
|
359
|
+
_iid_ = Guid('{c4ed84d8-2b27-59b1-9cf0-7f9164de58cb}')
|
|
360
|
+
@winrt_commethod(6)
|
|
361
|
+
def get_PressedKeys(self) -> WinRT_String: ...
|
|
362
|
+
PressedKeys = property(get_PressedKeys, None)
|
|
363
|
+
class IAccessKeyInvokedEventArgs(ComPtr):
|
|
364
|
+
extends: IInspectable
|
|
365
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IAccessKeyInvokedEventArgs'
|
|
366
|
+
_iid_ = Guid('{d00c11a4-f9fb-5707-9692-98b80bb8546d}')
|
|
367
|
+
@winrt_commethod(6)
|
|
368
|
+
def get_Handled(self) -> Boolean: ...
|
|
369
|
+
@winrt_commethod(7)
|
|
370
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
371
|
+
Handled = property(get_Handled, put_Handled)
|
|
372
|
+
class IAccessKeyManager(ComPtr):
|
|
373
|
+
extends: IInspectable
|
|
374
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IAccessKeyManager'
|
|
375
|
+
_iid_ = Guid('{8f2a4402-a635-53dc-bc17-da911eabaade}')
|
|
376
|
+
class IAccessKeyManagerStatics(ComPtr):
|
|
377
|
+
extends: IInspectable
|
|
378
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IAccessKeyManagerStatics'
|
|
379
|
+
_iid_ = Guid('{3375aef7-742f-5e84-b76f-c187e08253bf}')
|
|
380
|
+
@winrt_commethod(6)
|
|
381
|
+
def get_IsDisplayModeEnabled(self) -> Boolean: ...
|
|
382
|
+
@winrt_commethod(7)
|
|
383
|
+
def get_AreKeyTipsEnabled(self) -> Boolean: ...
|
|
384
|
+
@winrt_commethod(8)
|
|
385
|
+
def put_AreKeyTipsEnabled(self, value: Boolean) -> Void: ...
|
|
386
|
+
@winrt_commethod(9)
|
|
387
|
+
def add_IsDisplayModeEnabledChanged(self, handler: win32more.Windows.Foundation.TypedEventHandler[IInspectable, IInspectable]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
388
|
+
@winrt_commethod(10)
|
|
389
|
+
def remove_IsDisplayModeEnabledChanged(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
390
|
+
@winrt_commethod(11)
|
|
391
|
+
def ExitDisplayMode(self) -> Void: ...
|
|
392
|
+
AreKeyTipsEnabled = property(get_AreKeyTipsEnabled, put_AreKeyTipsEnabled)
|
|
393
|
+
IsDisplayModeEnabled = property(get_IsDisplayModeEnabled, None)
|
|
394
|
+
IsDisplayModeEnabledChanged = event()
|
|
395
|
+
class IAccessKeyManagerStatics2(ComPtr):
|
|
396
|
+
extends: IInspectable
|
|
397
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IAccessKeyManagerStatics2'
|
|
398
|
+
_iid_ = Guid('{512c9f63-24ad-5df2-b8ed-472406db31c0}')
|
|
399
|
+
@winrt_commethod(6)
|
|
400
|
+
def EnterDisplayModeForXamlRoot(self, XamlRoot: win32more.Microsoft.UI.Xaml.XamlRoot) -> Void: ...
|
|
401
|
+
class ICanExecuteRequestedEventArgs(ComPtr):
|
|
402
|
+
extends: IInspectable
|
|
403
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ICanExecuteRequestedEventArgs'
|
|
404
|
+
_iid_ = Guid('{e4bf6d7d-f6eb-53ca-a2d4-c741ec871e38}')
|
|
405
|
+
@winrt_commethod(6)
|
|
406
|
+
def get_Parameter(self) -> IInspectable: ...
|
|
407
|
+
@winrt_commethod(7)
|
|
408
|
+
def get_CanExecute(self) -> Boolean: ...
|
|
409
|
+
@winrt_commethod(8)
|
|
410
|
+
def put_CanExecute(self, value: Boolean) -> Void: ...
|
|
411
|
+
CanExecute = property(get_CanExecute, put_CanExecute)
|
|
412
|
+
Parameter = property(get_Parameter, None)
|
|
413
|
+
class ICharacterReceivedRoutedEventArgs(ComPtr):
|
|
414
|
+
extends: IInspectable
|
|
415
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ICharacterReceivedRoutedEventArgs'
|
|
416
|
+
_iid_ = Guid('{e26ca5bb-34c3-5c1e-9a16-00b80b07a899}')
|
|
417
|
+
@winrt_commethod(6)
|
|
418
|
+
def get_Character(self) -> Char: ...
|
|
419
|
+
@winrt_commethod(7)
|
|
420
|
+
def get_KeyStatus(self) -> win32more.Windows.UI.Core.CorePhysicalKeyStatus: ...
|
|
421
|
+
@winrt_commethod(8)
|
|
422
|
+
def get_Handled(self) -> Boolean: ...
|
|
423
|
+
@winrt_commethod(9)
|
|
424
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
425
|
+
Character = property(get_Character, None)
|
|
426
|
+
Handled = property(get_Handled, put_Handled)
|
|
427
|
+
KeyStatus = property(get_KeyStatus, None)
|
|
428
|
+
class ICommand(ComPtr):
|
|
429
|
+
extends: IInspectable
|
|
430
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ICommand'
|
|
431
|
+
_iid_ = Guid('{e5af3542-ca67-4081-995b-709dd13792df}')
|
|
432
|
+
@winrt_commethod(6)
|
|
433
|
+
def add_CanExecuteChanged(self, handler: win32more.Windows.Foundation.EventHandler[IInspectable]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
434
|
+
@winrt_commethod(7)
|
|
435
|
+
def remove_CanExecuteChanged(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
436
|
+
@winrt_commethod(8)
|
|
437
|
+
def CanExecute(self, parameter: IInspectable) -> Boolean: ...
|
|
438
|
+
@winrt_commethod(9)
|
|
439
|
+
def Execute(self, parameter: IInspectable) -> Void: ...
|
|
440
|
+
CanExecuteChanged = event()
|
|
441
|
+
class IContextRequestedEventArgs(ComPtr):
|
|
442
|
+
extends: IInspectable
|
|
443
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IContextRequestedEventArgs'
|
|
444
|
+
_iid_ = Guid('{bcedcb98-77b5-53c0-802e-fd52f3806e51}')
|
|
445
|
+
@winrt_commethod(6)
|
|
446
|
+
def get_Handled(self) -> Boolean: ...
|
|
447
|
+
@winrt_commethod(7)
|
|
448
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
449
|
+
@winrt_commethod(8)
|
|
450
|
+
def TryGetPosition(self, relativeTo: win32more.Microsoft.UI.Xaml.UIElement, point: POINTER(win32more.Windows.Foundation.Point)) -> Boolean: ...
|
|
451
|
+
Handled = property(get_Handled, put_Handled)
|
|
452
|
+
class IDoubleTappedRoutedEventArgs(ComPtr):
|
|
453
|
+
extends: IInspectable
|
|
454
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IDoubleTappedRoutedEventArgs'
|
|
455
|
+
_iid_ = Guid('{32b9549d-11d8-53a5-a953-02409537a11f}')
|
|
456
|
+
@winrt_commethod(6)
|
|
457
|
+
def get_PointerDeviceType(self) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
458
|
+
@winrt_commethod(7)
|
|
459
|
+
def get_Handled(self) -> Boolean: ...
|
|
460
|
+
@winrt_commethod(8)
|
|
461
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
462
|
+
@winrt_commethod(9)
|
|
463
|
+
def GetPosition(self, relativeTo: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Windows.Foundation.Point: ...
|
|
464
|
+
Handled = property(get_Handled, put_Handled)
|
|
465
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
466
|
+
class IExecuteRequestedEventArgs(ComPtr):
|
|
467
|
+
extends: IInspectable
|
|
468
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IExecuteRequestedEventArgs'
|
|
469
|
+
_iid_ = Guid('{e1a9fd0c-34d0-5ae2-8f5d-377e7a8a2708}')
|
|
470
|
+
@winrt_commethod(6)
|
|
471
|
+
def get_Parameter(self) -> IInspectable: ...
|
|
472
|
+
Parameter = property(get_Parameter, None)
|
|
473
|
+
class IFindNextElementOptions(ComPtr):
|
|
474
|
+
extends: IInspectable
|
|
475
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IFindNextElementOptions'
|
|
476
|
+
_iid_ = Guid('{7f88e76b-7417-5447-aed4-2fabd291bdc6}')
|
|
477
|
+
@winrt_commethod(6)
|
|
478
|
+
def get_SearchRoot(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
479
|
+
@winrt_commethod(7)
|
|
480
|
+
def put_SearchRoot(self, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
481
|
+
@winrt_commethod(8)
|
|
482
|
+
def get_ExclusionRect(self) -> win32more.Windows.Foundation.Rect: ...
|
|
483
|
+
@winrt_commethod(9)
|
|
484
|
+
def put_ExclusionRect(self, value: win32more.Windows.Foundation.Rect) -> Void: ...
|
|
485
|
+
@winrt_commethod(10)
|
|
486
|
+
def get_HintRect(self) -> win32more.Windows.Foundation.Rect: ...
|
|
487
|
+
@winrt_commethod(11)
|
|
488
|
+
def put_HintRect(self, value: win32more.Windows.Foundation.Rect) -> Void: ...
|
|
489
|
+
@winrt_commethod(12)
|
|
490
|
+
def get_XYFocusNavigationStrategyOverride(self) -> win32more.Microsoft.UI.Xaml.Input.XYFocusNavigationStrategyOverride: ...
|
|
491
|
+
@winrt_commethod(13)
|
|
492
|
+
def put_XYFocusNavigationStrategyOverride(self, value: win32more.Microsoft.UI.Xaml.Input.XYFocusNavigationStrategyOverride) -> Void: ...
|
|
493
|
+
ExclusionRect = property(get_ExclusionRect, put_ExclusionRect)
|
|
494
|
+
HintRect = property(get_HintRect, put_HintRect)
|
|
495
|
+
SearchRoot = property(get_SearchRoot, put_SearchRoot)
|
|
496
|
+
XYFocusNavigationStrategyOverride = property(get_XYFocusNavigationStrategyOverride, put_XYFocusNavigationStrategyOverride)
|
|
497
|
+
class IFocusManager(ComPtr):
|
|
498
|
+
extends: IInspectable
|
|
499
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IFocusManager'
|
|
500
|
+
_iid_ = Guid('{9fd07bc5-d2d4-53fe-a31a-846de8b7a257}')
|
|
501
|
+
class IFocusManagerGotFocusEventArgs(ComPtr):
|
|
502
|
+
extends: IInspectable
|
|
503
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IFocusManagerGotFocusEventArgs'
|
|
504
|
+
_iid_ = Guid('{50aca341-4519-59cf-83b1-c9c45cfdb816}')
|
|
505
|
+
@winrt_commethod(6)
|
|
506
|
+
def get_NewFocusedElement(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
507
|
+
@winrt_commethod(7)
|
|
508
|
+
def get_CorrelationId(self) -> Guid: ...
|
|
509
|
+
CorrelationId = property(get_CorrelationId, None)
|
|
510
|
+
NewFocusedElement = property(get_NewFocusedElement, None)
|
|
511
|
+
class IFocusManagerLostFocusEventArgs(ComPtr):
|
|
512
|
+
extends: IInspectable
|
|
513
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IFocusManagerLostFocusEventArgs'
|
|
514
|
+
_iid_ = Guid('{fdaf2c3f-a22e-5902-abce-b60758fbed1e}')
|
|
515
|
+
@winrt_commethod(6)
|
|
516
|
+
def get_OldFocusedElement(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
517
|
+
@winrt_commethod(7)
|
|
518
|
+
def get_CorrelationId(self) -> Guid: ...
|
|
519
|
+
CorrelationId = property(get_CorrelationId, None)
|
|
520
|
+
OldFocusedElement = property(get_OldFocusedElement, None)
|
|
521
|
+
class IFocusManagerStatics(ComPtr):
|
|
522
|
+
extends: IInspectable
|
|
523
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IFocusManagerStatics'
|
|
524
|
+
_iid_ = Guid('{e73dce04-e23a-5fb3-96ab-7df04c51dff2}')
|
|
525
|
+
@winrt_commethod(6)
|
|
526
|
+
def add_GotFocus(self, handler: win32more.Windows.Foundation.EventHandler[win32more.Microsoft.UI.Xaml.Input.FocusManagerGotFocusEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
527
|
+
@winrt_commethod(7)
|
|
528
|
+
def remove_GotFocus(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
529
|
+
@winrt_commethod(8)
|
|
530
|
+
def add_LostFocus(self, handler: win32more.Windows.Foundation.EventHandler[win32more.Microsoft.UI.Xaml.Input.FocusManagerLostFocusEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
531
|
+
@winrt_commethod(9)
|
|
532
|
+
def remove_LostFocus(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
533
|
+
@winrt_commethod(10)
|
|
534
|
+
def add_GettingFocus(self, handler: win32more.Windows.Foundation.EventHandler[win32more.Microsoft.UI.Xaml.Input.GettingFocusEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
535
|
+
@winrt_commethod(11)
|
|
536
|
+
def remove_GettingFocus(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
537
|
+
@winrt_commethod(12)
|
|
538
|
+
def add_LosingFocus(self, handler: win32more.Windows.Foundation.EventHandler[win32more.Microsoft.UI.Xaml.Input.LosingFocusEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
539
|
+
@winrt_commethod(13)
|
|
540
|
+
def remove_LosingFocus(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
541
|
+
@winrt_commethod(14)
|
|
542
|
+
def TryFocusAsync(self, element: win32more.Microsoft.UI.Xaml.DependencyObject, value: win32more.Microsoft.UI.Xaml.FocusState) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.UI.Xaml.Input.FocusMovementResult]: ...
|
|
543
|
+
@winrt_commethod(15)
|
|
544
|
+
def TryMoveFocusAsync(self, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.UI.Xaml.Input.FocusMovementResult]: ...
|
|
545
|
+
@winrt_commethod(16)
|
|
546
|
+
def TryMoveFocusWithOptionsAsync(self, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection, focusNavigationOptions: win32more.Microsoft.UI.Xaml.Input.FindNextElementOptions) -> win32more.Windows.Foundation.IAsyncOperation[win32more.Microsoft.UI.Xaml.Input.FocusMovementResult]: ...
|
|
547
|
+
@winrt_commethod(17)
|
|
548
|
+
def TryMoveFocusWithOptions(self, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection, focusNavigationOptions: win32more.Microsoft.UI.Xaml.Input.FindNextElementOptions) -> Boolean: ...
|
|
549
|
+
@winrt_commethod(18)
|
|
550
|
+
def FindNextElement(self, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
551
|
+
@winrt_commethod(19)
|
|
552
|
+
def FindFirstFocusableElement(self, searchScope: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
553
|
+
@winrt_commethod(20)
|
|
554
|
+
def FindLastFocusableElement(self, searchScope: win32more.Microsoft.UI.Xaml.DependencyObject) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
555
|
+
@winrt_commethod(21)
|
|
556
|
+
def FindNextElementWithOptions(self, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection, focusNavigationOptions: win32more.Microsoft.UI.Xaml.Input.FindNextElementOptions) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
557
|
+
@winrt_commethod(22)
|
|
558
|
+
def FindNextFocusableElement(self, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
559
|
+
@winrt_commethod(23)
|
|
560
|
+
def FindNextFocusableElementWithHint(self, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection, hintRect: win32more.Windows.Foundation.Rect) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
561
|
+
@winrt_commethod(24)
|
|
562
|
+
def TryMoveFocus(self, focusNavigationDirection: win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection) -> Boolean: ...
|
|
563
|
+
@winrt_commethod(25)
|
|
564
|
+
def GetFocusedElement(self) -> IInspectable: ...
|
|
565
|
+
@winrt_commethod(26)
|
|
566
|
+
def GetFocusedElementWithRoot(self, xamlRoot: win32more.Microsoft.UI.Xaml.XamlRoot) -> IInspectable: ...
|
|
567
|
+
GotFocus = event()
|
|
568
|
+
LostFocus = event()
|
|
569
|
+
GettingFocus = event()
|
|
570
|
+
LosingFocus = event()
|
|
571
|
+
class IFocusMovementResult(ComPtr):
|
|
572
|
+
extends: IInspectable
|
|
573
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IFocusMovementResult'
|
|
574
|
+
_iid_ = Guid('{a46259fd-3edd-554b-a188-0a47b71e4e1a}')
|
|
575
|
+
@winrt_commethod(6)
|
|
576
|
+
def get_Succeeded(self) -> Boolean: ...
|
|
577
|
+
Succeeded = property(get_Succeeded, None)
|
|
578
|
+
class IGettingFocusEventArgs(ComPtr):
|
|
579
|
+
extends: IInspectable
|
|
580
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IGettingFocusEventArgs'
|
|
581
|
+
_iid_ = Guid('{37fd3af0-bd3c-5bf5-a9cd-71a1e87af950}')
|
|
582
|
+
@winrt_commethod(6)
|
|
583
|
+
def get_OldFocusedElement(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
584
|
+
@winrt_commethod(7)
|
|
585
|
+
def get_NewFocusedElement(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
586
|
+
@winrt_commethod(8)
|
|
587
|
+
def put_NewFocusedElement(self, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
588
|
+
@winrt_commethod(9)
|
|
589
|
+
def get_FocusState(self) -> win32more.Microsoft.UI.Xaml.FocusState: ...
|
|
590
|
+
@winrt_commethod(10)
|
|
591
|
+
def get_Direction(self) -> win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection: ...
|
|
592
|
+
@winrt_commethod(11)
|
|
593
|
+
def get_Handled(self) -> Boolean: ...
|
|
594
|
+
@winrt_commethod(12)
|
|
595
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
596
|
+
@winrt_commethod(13)
|
|
597
|
+
def get_InputDevice(self) -> win32more.Microsoft.UI.Xaml.Input.FocusInputDeviceKind: ...
|
|
598
|
+
@winrt_commethod(14)
|
|
599
|
+
def get_Cancel(self) -> Boolean: ...
|
|
600
|
+
@winrt_commethod(15)
|
|
601
|
+
def put_Cancel(self, value: Boolean) -> Void: ...
|
|
602
|
+
@winrt_commethod(16)
|
|
603
|
+
def get_CorrelationId(self) -> Guid: ...
|
|
604
|
+
@winrt_commethod(17)
|
|
605
|
+
def TryCancel(self) -> Boolean: ...
|
|
606
|
+
@winrt_commethod(18)
|
|
607
|
+
def TrySetNewFocusedElement(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Boolean: ...
|
|
608
|
+
Cancel = property(get_Cancel, put_Cancel)
|
|
609
|
+
CorrelationId = property(get_CorrelationId, None)
|
|
610
|
+
Direction = property(get_Direction, None)
|
|
611
|
+
FocusState = property(get_FocusState, None)
|
|
612
|
+
Handled = property(get_Handled, put_Handled)
|
|
613
|
+
InputDevice = property(get_InputDevice, None)
|
|
614
|
+
NewFocusedElement = property(get_NewFocusedElement, put_NewFocusedElement)
|
|
615
|
+
OldFocusedElement = property(get_OldFocusedElement, None)
|
|
616
|
+
class IHoldingRoutedEventArgs(ComPtr):
|
|
617
|
+
extends: IInspectable
|
|
618
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IHoldingRoutedEventArgs'
|
|
619
|
+
_iid_ = Guid('{8272a4b2-2221-551e-b0bb-16e29138ab20}')
|
|
620
|
+
@winrt_commethod(6)
|
|
621
|
+
def get_PointerDeviceType(self) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
622
|
+
@winrt_commethod(7)
|
|
623
|
+
def get_HoldingState(self) -> win32more.Microsoft.UI.Input.HoldingState: ...
|
|
624
|
+
@winrt_commethod(8)
|
|
625
|
+
def get_Handled(self) -> Boolean: ...
|
|
626
|
+
@winrt_commethod(9)
|
|
627
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
628
|
+
@winrt_commethod(10)
|
|
629
|
+
def GetPosition(self, relativeTo: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Windows.Foundation.Point: ...
|
|
630
|
+
Handled = property(get_Handled, put_Handled)
|
|
631
|
+
HoldingState = property(get_HoldingState, None)
|
|
632
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
633
|
+
class IInertiaExpansionBehavior(ComPtr):
|
|
634
|
+
extends: IInspectable
|
|
635
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IInertiaExpansionBehavior'
|
|
636
|
+
_iid_ = Guid('{d60029b7-f0cd-5aea-abe5-7410d09118c6}')
|
|
637
|
+
@winrt_commethod(6)
|
|
638
|
+
def get_DesiredDeceleration(self) -> Double: ...
|
|
639
|
+
@winrt_commethod(7)
|
|
640
|
+
def put_DesiredDeceleration(self, value: Double) -> Void: ...
|
|
641
|
+
@winrt_commethod(8)
|
|
642
|
+
def get_DesiredExpansion(self) -> Double: ...
|
|
643
|
+
@winrt_commethod(9)
|
|
644
|
+
def put_DesiredExpansion(self, value: Double) -> Void: ...
|
|
645
|
+
DesiredDeceleration = property(get_DesiredDeceleration, put_DesiredDeceleration)
|
|
646
|
+
DesiredExpansion = property(get_DesiredExpansion, put_DesiredExpansion)
|
|
647
|
+
class IInertiaRotationBehavior(ComPtr):
|
|
648
|
+
extends: IInspectable
|
|
649
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IInertiaRotationBehavior'
|
|
650
|
+
_iid_ = Guid('{27b4bd03-9149-5691-bce5-fa33b32c4a81}')
|
|
651
|
+
@winrt_commethod(6)
|
|
652
|
+
def get_DesiredDeceleration(self) -> Double: ...
|
|
653
|
+
@winrt_commethod(7)
|
|
654
|
+
def put_DesiredDeceleration(self, value: Double) -> Void: ...
|
|
655
|
+
@winrt_commethod(8)
|
|
656
|
+
def get_DesiredRotation(self) -> Double: ...
|
|
657
|
+
@winrt_commethod(9)
|
|
658
|
+
def put_DesiredRotation(self, value: Double) -> Void: ...
|
|
659
|
+
DesiredDeceleration = property(get_DesiredDeceleration, put_DesiredDeceleration)
|
|
660
|
+
DesiredRotation = property(get_DesiredRotation, put_DesiredRotation)
|
|
661
|
+
class IInertiaTranslationBehavior(ComPtr):
|
|
662
|
+
extends: IInspectable
|
|
663
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IInertiaTranslationBehavior'
|
|
664
|
+
_iid_ = Guid('{d4f91cf5-3317-5914-b25a-ea6ee55b96d0}')
|
|
665
|
+
@winrt_commethod(6)
|
|
666
|
+
def get_DesiredDeceleration(self) -> Double: ...
|
|
667
|
+
@winrt_commethod(7)
|
|
668
|
+
def put_DesiredDeceleration(self, value: Double) -> Void: ...
|
|
669
|
+
@winrt_commethod(8)
|
|
670
|
+
def get_DesiredDisplacement(self) -> Double: ...
|
|
671
|
+
@winrt_commethod(9)
|
|
672
|
+
def put_DesiredDisplacement(self, value: Double) -> Void: ...
|
|
673
|
+
DesiredDeceleration = property(get_DesiredDeceleration, put_DesiredDeceleration)
|
|
674
|
+
DesiredDisplacement = property(get_DesiredDisplacement, put_DesiredDisplacement)
|
|
675
|
+
class IInputScope(ComPtr):
|
|
676
|
+
extends: IInspectable
|
|
677
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IInputScope'
|
|
678
|
+
_iid_ = Guid('{76ea58b1-e910-5176-9147-695cc95e7da2}')
|
|
679
|
+
@winrt_commethod(6)
|
|
680
|
+
def get_Names(self) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.Input.InputScopeName]: ...
|
|
681
|
+
Names = property(get_Names, None)
|
|
682
|
+
class IInputScopeName(ComPtr):
|
|
683
|
+
extends: IInspectable
|
|
684
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IInputScopeName'
|
|
685
|
+
_iid_ = Guid('{ee99a66d-28d0-53cb-82ee-1b6ee58bcc35}')
|
|
686
|
+
@winrt_commethod(6)
|
|
687
|
+
def get_NameValue(self) -> win32more.Microsoft.UI.Xaml.Input.InputScopeNameValue: ...
|
|
688
|
+
@winrt_commethod(7)
|
|
689
|
+
def put_NameValue(self, value: win32more.Microsoft.UI.Xaml.Input.InputScopeNameValue) -> Void: ...
|
|
690
|
+
NameValue = property(get_NameValue, put_NameValue)
|
|
691
|
+
class IInputScopeNameFactory(ComPtr):
|
|
692
|
+
extends: IInspectable
|
|
693
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IInputScopeNameFactory'
|
|
694
|
+
_iid_ = Guid('{feec2efd-bc09-5cd6-9b47-6d35d1d87c61}')
|
|
695
|
+
@winrt_commethod(6)
|
|
696
|
+
def CreateInstance(self, nameValue: win32more.Microsoft.UI.Xaml.Input.InputScopeNameValue) -> win32more.Microsoft.UI.Xaml.Input.InputScopeName: ...
|
|
697
|
+
class IKeyRoutedEventArgs(ComPtr):
|
|
698
|
+
extends: IInspectable
|
|
699
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IKeyRoutedEventArgs'
|
|
700
|
+
_iid_ = Guid('{ee357007-a2d6-5c75-9431-05fd66ec7915}')
|
|
701
|
+
@winrt_commethod(6)
|
|
702
|
+
def get_Key(self) -> win32more.Windows.System.VirtualKey: ...
|
|
703
|
+
@winrt_commethod(7)
|
|
704
|
+
def get_KeyStatus(self) -> win32more.Windows.UI.Core.CorePhysicalKeyStatus: ...
|
|
705
|
+
@winrt_commethod(8)
|
|
706
|
+
def get_Handled(self) -> Boolean: ...
|
|
707
|
+
@winrt_commethod(9)
|
|
708
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
709
|
+
@winrt_commethod(10)
|
|
710
|
+
def get_OriginalKey(self) -> win32more.Windows.System.VirtualKey: ...
|
|
711
|
+
@winrt_commethod(11)
|
|
712
|
+
def get_DeviceId(self) -> WinRT_String: ...
|
|
713
|
+
DeviceId = property(get_DeviceId, None)
|
|
714
|
+
Handled = property(get_Handled, put_Handled)
|
|
715
|
+
Key = property(get_Key, None)
|
|
716
|
+
KeyStatus = property(get_KeyStatus, None)
|
|
717
|
+
OriginalKey = property(get_OriginalKey, None)
|
|
718
|
+
class IKeyboardAccelerator(ComPtr):
|
|
719
|
+
extends: IInspectable
|
|
720
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IKeyboardAccelerator'
|
|
721
|
+
_iid_ = Guid('{6f8bf1e2-4e91-5cf9-a6be-4770caf3d770}')
|
|
722
|
+
@winrt_commethod(6)
|
|
723
|
+
def get_Key(self) -> win32more.Windows.System.VirtualKey: ...
|
|
724
|
+
@winrt_commethod(7)
|
|
725
|
+
def put_Key(self, value: win32more.Windows.System.VirtualKey) -> Void: ...
|
|
726
|
+
@winrt_commethod(8)
|
|
727
|
+
def get_Modifiers(self) -> win32more.Windows.System.VirtualKeyModifiers: ...
|
|
728
|
+
@winrt_commethod(9)
|
|
729
|
+
def put_Modifiers(self, value: win32more.Windows.System.VirtualKeyModifiers) -> Void: ...
|
|
730
|
+
@winrt_commethod(10)
|
|
731
|
+
def get_IsEnabled(self) -> Boolean: ...
|
|
732
|
+
@winrt_commethod(11)
|
|
733
|
+
def put_IsEnabled(self, value: Boolean) -> Void: ...
|
|
734
|
+
@winrt_commethod(12)
|
|
735
|
+
def get_ScopeOwner(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
736
|
+
@winrt_commethod(13)
|
|
737
|
+
def put_ScopeOwner(self, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
738
|
+
@winrt_commethod(14)
|
|
739
|
+
def add_Invoked(self, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Xaml.Input.KeyboardAccelerator, win32more.Microsoft.UI.Xaml.Input.KeyboardAcceleratorInvokedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
740
|
+
@winrt_commethod(15)
|
|
741
|
+
def remove_Invoked(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
742
|
+
IsEnabled = property(get_IsEnabled, put_IsEnabled)
|
|
743
|
+
Key = property(get_Key, put_Key)
|
|
744
|
+
Modifiers = property(get_Modifiers, put_Modifiers)
|
|
745
|
+
ScopeOwner = property(get_ScopeOwner, put_ScopeOwner)
|
|
746
|
+
Invoked = event()
|
|
747
|
+
class IKeyboardAcceleratorFactory(ComPtr):
|
|
748
|
+
extends: IInspectable
|
|
749
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IKeyboardAcceleratorFactory'
|
|
750
|
+
_iid_ = Guid('{ca1d410a-af2a-51b9-a1de-6c0af9f3b598}')
|
|
751
|
+
@winrt_commethod(6)
|
|
752
|
+
def CreateInstance(self, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Input.KeyboardAccelerator: ...
|
|
753
|
+
class IKeyboardAcceleratorInvokedEventArgs(ComPtr):
|
|
754
|
+
extends: IInspectable
|
|
755
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IKeyboardAcceleratorInvokedEventArgs'
|
|
756
|
+
_iid_ = Guid('{62c9fdb0-b574-527d-97eb-5c7f674441e0}')
|
|
757
|
+
@winrt_commethod(6)
|
|
758
|
+
def get_Handled(self) -> Boolean: ...
|
|
759
|
+
@winrt_commethod(7)
|
|
760
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
761
|
+
@winrt_commethod(8)
|
|
762
|
+
def get_Element(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
763
|
+
@winrt_commethod(9)
|
|
764
|
+
def get_KeyboardAccelerator(self) -> win32more.Microsoft.UI.Xaml.Input.KeyboardAccelerator: ...
|
|
765
|
+
Element = property(get_Element, None)
|
|
766
|
+
Handled = property(get_Handled, put_Handled)
|
|
767
|
+
KeyboardAccelerator = property(get_KeyboardAccelerator, None)
|
|
768
|
+
class IKeyboardAcceleratorStatics(ComPtr):
|
|
769
|
+
extends: IInspectable
|
|
770
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IKeyboardAcceleratorStatics'
|
|
771
|
+
_iid_ = Guid('{73e674ca-73f4-5e77-b8d6-ff7852a63b0b}')
|
|
772
|
+
@winrt_commethod(6)
|
|
773
|
+
def get_KeyProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
774
|
+
@winrt_commethod(7)
|
|
775
|
+
def get_ModifiersProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
776
|
+
@winrt_commethod(8)
|
|
777
|
+
def get_IsEnabledProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
778
|
+
@winrt_commethod(9)
|
|
779
|
+
def get_ScopeOwnerProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
780
|
+
IsEnabledProperty = property(get_IsEnabledProperty, None)
|
|
781
|
+
KeyProperty = property(get_KeyProperty, None)
|
|
782
|
+
ModifiersProperty = property(get_ModifiersProperty, None)
|
|
783
|
+
ScopeOwnerProperty = property(get_ScopeOwnerProperty, None)
|
|
784
|
+
class ILosingFocusEventArgs(ComPtr):
|
|
785
|
+
extends: IInspectable
|
|
786
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ILosingFocusEventArgs'
|
|
787
|
+
_iid_ = Guid('{fa0e5ffa-2b1b-52f8-bb66-e35f51e73cf3}')
|
|
788
|
+
@winrt_commethod(6)
|
|
789
|
+
def get_OldFocusedElement(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
790
|
+
@winrt_commethod(7)
|
|
791
|
+
def get_NewFocusedElement(self) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
792
|
+
@winrt_commethod(8)
|
|
793
|
+
def put_NewFocusedElement(self, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
794
|
+
@winrt_commethod(9)
|
|
795
|
+
def get_FocusState(self) -> win32more.Microsoft.UI.Xaml.FocusState: ...
|
|
796
|
+
@winrt_commethod(10)
|
|
797
|
+
def get_Direction(self) -> win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection: ...
|
|
798
|
+
@winrt_commethod(11)
|
|
799
|
+
def get_Handled(self) -> Boolean: ...
|
|
800
|
+
@winrt_commethod(12)
|
|
801
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
802
|
+
@winrt_commethod(13)
|
|
803
|
+
def get_InputDevice(self) -> win32more.Microsoft.UI.Xaml.Input.FocusInputDeviceKind: ...
|
|
804
|
+
@winrt_commethod(14)
|
|
805
|
+
def get_Cancel(self) -> Boolean: ...
|
|
806
|
+
@winrt_commethod(15)
|
|
807
|
+
def put_Cancel(self, value: Boolean) -> Void: ...
|
|
808
|
+
@winrt_commethod(16)
|
|
809
|
+
def get_CorrelationId(self) -> Guid: ...
|
|
810
|
+
@winrt_commethod(17)
|
|
811
|
+
def TryCancel(self) -> Boolean: ...
|
|
812
|
+
@winrt_commethod(18)
|
|
813
|
+
def TrySetNewFocusedElement(self, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Boolean: ...
|
|
814
|
+
Cancel = property(get_Cancel, put_Cancel)
|
|
815
|
+
CorrelationId = property(get_CorrelationId, None)
|
|
816
|
+
Direction = property(get_Direction, None)
|
|
817
|
+
FocusState = property(get_FocusState, None)
|
|
818
|
+
Handled = property(get_Handled, put_Handled)
|
|
819
|
+
InputDevice = property(get_InputDevice, None)
|
|
820
|
+
NewFocusedElement = property(get_NewFocusedElement, put_NewFocusedElement)
|
|
821
|
+
OldFocusedElement = property(get_OldFocusedElement, None)
|
|
822
|
+
class IManipulationCompletedRoutedEventArgs(ComPtr):
|
|
823
|
+
extends: IInspectable
|
|
824
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IManipulationCompletedRoutedEventArgs'
|
|
825
|
+
_iid_ = Guid('{e3be9e4e-c5fb-5859-a81d-ce12fc3a2f4d}')
|
|
826
|
+
@winrt_commethod(6)
|
|
827
|
+
def get_Container(self) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
828
|
+
@winrt_commethod(7)
|
|
829
|
+
def get_Position(self) -> win32more.Windows.Foundation.Point: ...
|
|
830
|
+
@winrt_commethod(8)
|
|
831
|
+
def get_IsInertial(self) -> Boolean: ...
|
|
832
|
+
@winrt_commethod(9)
|
|
833
|
+
def get_Cumulative(self) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
834
|
+
@winrt_commethod(10)
|
|
835
|
+
def get_Velocities(self) -> win32more.Microsoft.UI.Input.ManipulationVelocities: ...
|
|
836
|
+
@winrt_commethod(11)
|
|
837
|
+
def get_Handled(self) -> Boolean: ...
|
|
838
|
+
@winrt_commethod(12)
|
|
839
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
840
|
+
@winrt_commethod(13)
|
|
841
|
+
def get_PointerDeviceType(self) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
842
|
+
Container = property(get_Container, None)
|
|
843
|
+
Cumulative = property(get_Cumulative, None)
|
|
844
|
+
Handled = property(get_Handled, put_Handled)
|
|
845
|
+
IsInertial = property(get_IsInertial, None)
|
|
846
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
847
|
+
Position = property(get_Position, None)
|
|
848
|
+
Velocities = property(get_Velocities, None)
|
|
849
|
+
class IManipulationDeltaRoutedEventArgs(ComPtr):
|
|
850
|
+
extends: IInspectable
|
|
851
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs'
|
|
852
|
+
_iid_ = Guid('{51369745-960f-54ac-93fa-763d22910dea}')
|
|
853
|
+
@winrt_commethod(6)
|
|
854
|
+
def get_Container(self) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
855
|
+
@winrt_commethod(7)
|
|
856
|
+
def get_Position(self) -> win32more.Windows.Foundation.Point: ...
|
|
857
|
+
@winrt_commethod(8)
|
|
858
|
+
def get_IsInertial(self) -> Boolean: ...
|
|
859
|
+
@winrt_commethod(9)
|
|
860
|
+
def get_Delta(self) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
861
|
+
@winrt_commethod(10)
|
|
862
|
+
def get_Cumulative(self) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
863
|
+
@winrt_commethod(11)
|
|
864
|
+
def get_Velocities(self) -> win32more.Microsoft.UI.Input.ManipulationVelocities: ...
|
|
865
|
+
@winrt_commethod(12)
|
|
866
|
+
def get_Handled(self) -> Boolean: ...
|
|
867
|
+
@winrt_commethod(13)
|
|
868
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
869
|
+
@winrt_commethod(14)
|
|
870
|
+
def get_PointerDeviceType(self) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
871
|
+
@winrt_commethod(15)
|
|
872
|
+
def Complete(self) -> Void: ...
|
|
873
|
+
Container = property(get_Container, None)
|
|
874
|
+
Cumulative = property(get_Cumulative, None)
|
|
875
|
+
Delta = property(get_Delta, None)
|
|
876
|
+
Handled = property(get_Handled, put_Handled)
|
|
877
|
+
IsInertial = property(get_IsInertial, None)
|
|
878
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
879
|
+
Position = property(get_Position, None)
|
|
880
|
+
Velocities = property(get_Velocities, None)
|
|
881
|
+
class IManipulationInertiaStartingRoutedEventArgs(ComPtr):
|
|
882
|
+
extends: IInspectable
|
|
883
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs'
|
|
884
|
+
_iid_ = Guid('{17d510be-5514-5952-9afd-959b60ab9394}')
|
|
885
|
+
@winrt_commethod(6)
|
|
886
|
+
def get_Container(self) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
887
|
+
@winrt_commethod(7)
|
|
888
|
+
def get_ExpansionBehavior(self) -> win32more.Microsoft.UI.Xaml.Input.InertiaExpansionBehavior: ...
|
|
889
|
+
@winrt_commethod(8)
|
|
890
|
+
def put_ExpansionBehavior(self, value: win32more.Microsoft.UI.Xaml.Input.InertiaExpansionBehavior) -> Void: ...
|
|
891
|
+
@winrt_commethod(9)
|
|
892
|
+
def get_RotationBehavior(self) -> win32more.Microsoft.UI.Xaml.Input.InertiaRotationBehavior: ...
|
|
893
|
+
@winrt_commethod(10)
|
|
894
|
+
def put_RotationBehavior(self, value: win32more.Microsoft.UI.Xaml.Input.InertiaRotationBehavior) -> Void: ...
|
|
895
|
+
@winrt_commethod(11)
|
|
896
|
+
def get_TranslationBehavior(self) -> win32more.Microsoft.UI.Xaml.Input.InertiaTranslationBehavior: ...
|
|
897
|
+
@winrt_commethod(12)
|
|
898
|
+
def put_TranslationBehavior(self, value: win32more.Microsoft.UI.Xaml.Input.InertiaTranslationBehavior) -> Void: ...
|
|
899
|
+
@winrt_commethod(13)
|
|
900
|
+
def get_Handled(self) -> Boolean: ...
|
|
901
|
+
@winrt_commethod(14)
|
|
902
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
903
|
+
@winrt_commethod(15)
|
|
904
|
+
def get_PointerDeviceType(self) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
905
|
+
@winrt_commethod(16)
|
|
906
|
+
def get_Delta(self) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
907
|
+
@winrt_commethod(17)
|
|
908
|
+
def get_Cumulative(self) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
909
|
+
@winrt_commethod(18)
|
|
910
|
+
def get_Velocities(self) -> win32more.Microsoft.UI.Input.ManipulationVelocities: ...
|
|
911
|
+
Container = property(get_Container, None)
|
|
912
|
+
Cumulative = property(get_Cumulative, None)
|
|
913
|
+
Delta = property(get_Delta, None)
|
|
914
|
+
ExpansionBehavior = property(get_ExpansionBehavior, put_ExpansionBehavior)
|
|
915
|
+
Handled = property(get_Handled, put_Handled)
|
|
916
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
917
|
+
RotationBehavior = property(get_RotationBehavior, put_RotationBehavior)
|
|
918
|
+
TranslationBehavior = property(get_TranslationBehavior, put_TranslationBehavior)
|
|
919
|
+
Velocities = property(get_Velocities, None)
|
|
920
|
+
class IManipulationPivot(ComPtr):
|
|
921
|
+
extends: IInspectable
|
|
922
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IManipulationPivot'
|
|
923
|
+
_iid_ = Guid('{286baba4-313d-507c-adc5-f739732cea27}')
|
|
924
|
+
@winrt_commethod(6)
|
|
925
|
+
def get_Center(self) -> win32more.Windows.Foundation.Point: ...
|
|
926
|
+
@winrt_commethod(7)
|
|
927
|
+
def put_Center(self, value: win32more.Windows.Foundation.Point) -> Void: ...
|
|
928
|
+
@winrt_commethod(8)
|
|
929
|
+
def get_Radius(self) -> Double: ...
|
|
930
|
+
@winrt_commethod(9)
|
|
931
|
+
def put_Radius(self, value: Double) -> Void: ...
|
|
932
|
+
Center = property(get_Center, put_Center)
|
|
933
|
+
Radius = property(get_Radius, put_Radius)
|
|
934
|
+
class IManipulationPivotFactory(ComPtr):
|
|
935
|
+
extends: IInspectable
|
|
936
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IManipulationPivotFactory'
|
|
937
|
+
_iid_ = Guid('{67143ccd-ea6c-5fe2-bef2-adcbd7af52fd}')
|
|
938
|
+
@winrt_commethod(6)
|
|
939
|
+
def CreateInstanceWithCenterAndRadius(self, center: win32more.Windows.Foundation.Point, radius: Double) -> win32more.Microsoft.UI.Xaml.Input.ManipulationPivot: ...
|
|
940
|
+
class IManipulationStartedRoutedEventArgs(ComPtr):
|
|
941
|
+
extends: IInspectable
|
|
942
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IManipulationStartedRoutedEventArgs'
|
|
943
|
+
_iid_ = Guid('{61857950-5821-5652-9fdf-c6277c5886f5}')
|
|
944
|
+
@winrt_commethod(6)
|
|
945
|
+
def get_Container(self) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
946
|
+
@winrt_commethod(7)
|
|
947
|
+
def get_Position(self) -> win32more.Windows.Foundation.Point: ...
|
|
948
|
+
@winrt_commethod(8)
|
|
949
|
+
def get_Handled(self) -> Boolean: ...
|
|
950
|
+
@winrt_commethod(9)
|
|
951
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
952
|
+
@winrt_commethod(10)
|
|
953
|
+
def get_PointerDeviceType(self) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
954
|
+
@winrt_commethod(11)
|
|
955
|
+
def get_Cumulative(self) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
956
|
+
@winrt_commethod(12)
|
|
957
|
+
def Complete(self) -> Void: ...
|
|
958
|
+
Container = property(get_Container, None)
|
|
959
|
+
Cumulative = property(get_Cumulative, None)
|
|
960
|
+
Handled = property(get_Handled, put_Handled)
|
|
961
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
962
|
+
Position = property(get_Position, None)
|
|
963
|
+
class IManipulationStartedRoutedEventArgsFactory(ComPtr):
|
|
964
|
+
extends: IInspectable
|
|
965
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IManipulationStartedRoutedEventArgsFactory'
|
|
966
|
+
_iid_ = Guid('{5681b0de-3fa7-503e-9c46-a80339760292}')
|
|
967
|
+
@winrt_commethod(6)
|
|
968
|
+
def CreateInstance(self, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Input.ManipulationStartedRoutedEventArgs: ...
|
|
969
|
+
class IManipulationStartingRoutedEventArgs(ComPtr):
|
|
970
|
+
extends: IInspectable
|
|
971
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IManipulationStartingRoutedEventArgs'
|
|
972
|
+
_iid_ = Guid('{93a99f86-f5a0-5326-91b0-851c897af79f}')
|
|
973
|
+
@winrt_commethod(6)
|
|
974
|
+
def get_Mode(self) -> win32more.Microsoft.UI.Xaml.Input.ManipulationModes: ...
|
|
975
|
+
@winrt_commethod(7)
|
|
976
|
+
def put_Mode(self, value: win32more.Microsoft.UI.Xaml.Input.ManipulationModes) -> Void: ...
|
|
977
|
+
@winrt_commethod(8)
|
|
978
|
+
def get_Container(self) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
979
|
+
@winrt_commethod(9)
|
|
980
|
+
def put_Container(self, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
|
|
981
|
+
@winrt_commethod(10)
|
|
982
|
+
def get_Pivot(self) -> win32more.Microsoft.UI.Xaml.Input.ManipulationPivot: ...
|
|
983
|
+
@winrt_commethod(11)
|
|
984
|
+
def put_Pivot(self, value: win32more.Microsoft.UI.Xaml.Input.ManipulationPivot) -> Void: ...
|
|
985
|
+
@winrt_commethod(12)
|
|
986
|
+
def get_Handled(self) -> Boolean: ...
|
|
987
|
+
@winrt_commethod(13)
|
|
988
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
989
|
+
Container = property(get_Container, put_Container)
|
|
990
|
+
Handled = property(get_Handled, put_Handled)
|
|
991
|
+
Mode = property(get_Mode, put_Mode)
|
|
992
|
+
Pivot = property(get_Pivot, put_Pivot)
|
|
993
|
+
class INoFocusCandidateFoundEventArgs(ComPtr):
|
|
994
|
+
extends: IInspectable
|
|
995
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.INoFocusCandidateFoundEventArgs'
|
|
996
|
+
_iid_ = Guid('{a2d7153a-cd2a-59cb-a574-ac82e30b9201}')
|
|
997
|
+
@winrt_commethod(6)
|
|
998
|
+
def get_Direction(self) -> win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection: ...
|
|
999
|
+
@winrt_commethod(7)
|
|
1000
|
+
def get_Handled(self) -> Boolean: ...
|
|
1001
|
+
@winrt_commethod(8)
|
|
1002
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
1003
|
+
@winrt_commethod(9)
|
|
1004
|
+
def get_InputDevice(self) -> win32more.Microsoft.UI.Xaml.Input.FocusInputDeviceKind: ...
|
|
1005
|
+
Direction = property(get_Direction, None)
|
|
1006
|
+
Handled = property(get_Handled, put_Handled)
|
|
1007
|
+
InputDevice = property(get_InputDevice, None)
|
|
1008
|
+
class IPointer(ComPtr):
|
|
1009
|
+
extends: IInspectable
|
|
1010
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IPointer'
|
|
1011
|
+
_iid_ = Guid('{1f9afbf5-11a3-5e68-aa1b-72febfa0ab23}')
|
|
1012
|
+
@winrt_commethod(6)
|
|
1013
|
+
def get_PointerId(self) -> UInt32: ...
|
|
1014
|
+
@winrt_commethod(7)
|
|
1015
|
+
def get_PointerDeviceType(self) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1016
|
+
@winrt_commethod(8)
|
|
1017
|
+
def get_IsInContact(self) -> Boolean: ...
|
|
1018
|
+
@winrt_commethod(9)
|
|
1019
|
+
def get_IsInRange(self) -> Boolean: ...
|
|
1020
|
+
IsInContact = property(get_IsInContact, None)
|
|
1021
|
+
IsInRange = property(get_IsInRange, None)
|
|
1022
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1023
|
+
PointerId = property(get_PointerId, None)
|
|
1024
|
+
class IPointerRoutedEventArgs(ComPtr):
|
|
1025
|
+
extends: IInspectable
|
|
1026
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IPointerRoutedEventArgs'
|
|
1027
|
+
_iid_ = Guid('{66e78a9a-1bec-5f92-b1a1-ea6334ee511c}')
|
|
1028
|
+
@winrt_commethod(6)
|
|
1029
|
+
def get_Pointer(self) -> win32more.Microsoft.UI.Xaml.Input.Pointer: ...
|
|
1030
|
+
@winrt_commethod(7)
|
|
1031
|
+
def get_KeyModifiers(self) -> win32more.Windows.System.VirtualKeyModifiers: ...
|
|
1032
|
+
@winrt_commethod(8)
|
|
1033
|
+
def get_Handled(self) -> Boolean: ...
|
|
1034
|
+
@winrt_commethod(9)
|
|
1035
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
1036
|
+
@winrt_commethod(10)
|
|
1037
|
+
def get_IsGenerated(self) -> Boolean: ...
|
|
1038
|
+
@winrt_commethod(11)
|
|
1039
|
+
def GetCurrentPoint(self, relativeTo: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Microsoft.UI.Input.PointerPoint: ...
|
|
1040
|
+
@winrt_commethod(12)
|
|
1041
|
+
def GetIntermediatePoints(self, relativeTo: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Input.PointerPoint]: ...
|
|
1042
|
+
Handled = property(get_Handled, put_Handled)
|
|
1043
|
+
IsGenerated = property(get_IsGenerated, None)
|
|
1044
|
+
KeyModifiers = property(get_KeyModifiers, None)
|
|
1045
|
+
Pointer = property(get_Pointer, None)
|
|
1046
|
+
class IProcessKeyboardAcceleratorEventArgs(ComPtr):
|
|
1047
|
+
extends: IInspectable
|
|
1048
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IProcessKeyboardAcceleratorEventArgs'
|
|
1049
|
+
_iid_ = Guid('{9be0d058-3d26-5811-b50a-3bb80ca766c9}')
|
|
1050
|
+
@winrt_commethod(6)
|
|
1051
|
+
def get_Key(self) -> win32more.Windows.System.VirtualKey: ...
|
|
1052
|
+
@winrt_commethod(7)
|
|
1053
|
+
def get_Modifiers(self) -> win32more.Windows.System.VirtualKeyModifiers: ...
|
|
1054
|
+
@winrt_commethod(8)
|
|
1055
|
+
def get_Handled(self) -> Boolean: ...
|
|
1056
|
+
@winrt_commethod(9)
|
|
1057
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
1058
|
+
Handled = property(get_Handled, put_Handled)
|
|
1059
|
+
Key = property(get_Key, None)
|
|
1060
|
+
Modifiers = property(get_Modifiers, None)
|
|
1061
|
+
class IRightTappedRoutedEventArgs(ComPtr):
|
|
1062
|
+
extends: IInspectable
|
|
1063
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IRightTappedRoutedEventArgs'
|
|
1064
|
+
_iid_ = Guid('{3972fafb-2915-5c62-bb6b-54ad84ff400d}')
|
|
1065
|
+
@winrt_commethod(6)
|
|
1066
|
+
def get_PointerDeviceType(self) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1067
|
+
@winrt_commethod(7)
|
|
1068
|
+
def get_Handled(self) -> Boolean: ...
|
|
1069
|
+
@winrt_commethod(8)
|
|
1070
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
1071
|
+
@winrt_commethod(9)
|
|
1072
|
+
def GetPosition(self, relativeTo: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Windows.Foundation.Point: ...
|
|
1073
|
+
Handled = property(get_Handled, put_Handled)
|
|
1074
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1075
|
+
class IStandardUICommand(ComPtr):
|
|
1076
|
+
extends: IInspectable
|
|
1077
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IStandardUICommand'
|
|
1078
|
+
_iid_ = Guid('{5f395d50-5449-59ab-9cb2-4e3700033f03}')
|
|
1079
|
+
@winrt_commethod(6)
|
|
1080
|
+
def get_Kind(self) -> win32more.Microsoft.UI.Xaml.Input.StandardUICommandKind: ...
|
|
1081
|
+
@winrt_commethod(7)
|
|
1082
|
+
def put_Kind(self, value: win32more.Microsoft.UI.Xaml.Input.StandardUICommandKind) -> Void: ...
|
|
1083
|
+
Kind = property(get_Kind, put_Kind)
|
|
1084
|
+
class IStandardUICommandFactory(ComPtr):
|
|
1085
|
+
extends: IInspectable
|
|
1086
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IStandardUICommandFactory'
|
|
1087
|
+
_iid_ = Guid('{5800f099-3746-5bcf-b1ce-af3d6bf8e83f}')
|
|
1088
|
+
@winrt_commethod(6)
|
|
1089
|
+
def CreateInstance(self, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Input.StandardUICommand: ...
|
|
1090
|
+
@winrt_commethod(7)
|
|
1091
|
+
def CreateInstanceWithKind(self, kind: win32more.Microsoft.UI.Xaml.Input.StandardUICommandKind, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Input.StandardUICommand: ...
|
|
1092
|
+
class IStandardUICommandStatics(ComPtr):
|
|
1093
|
+
extends: IInspectable
|
|
1094
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IStandardUICommandStatics'
|
|
1095
|
+
_iid_ = Guid('{ab80c197-85cc-5d36-81aa-156cd63be31a}')
|
|
1096
|
+
@winrt_commethod(6)
|
|
1097
|
+
def get_KindProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1098
|
+
KindProperty = property(get_KindProperty, None)
|
|
1099
|
+
class ITappedRoutedEventArgs(ComPtr):
|
|
1100
|
+
extends: IInspectable
|
|
1101
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ITappedRoutedEventArgs'
|
|
1102
|
+
_iid_ = Guid('{73f74b8c-3709-547e-8e0c-51c03c89126a}')
|
|
1103
|
+
@winrt_commethod(6)
|
|
1104
|
+
def get_PointerDeviceType(self) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1105
|
+
@winrt_commethod(7)
|
|
1106
|
+
def get_Handled(self) -> Boolean: ...
|
|
1107
|
+
@winrt_commethod(8)
|
|
1108
|
+
def put_Handled(self, value: Boolean) -> Void: ...
|
|
1109
|
+
@winrt_commethod(9)
|
|
1110
|
+
def GetPosition(self, relativeTo: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Windows.Foundation.Point: ...
|
|
1111
|
+
Handled = property(get_Handled, put_Handled)
|
|
1112
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1113
|
+
class IXamlUICommand(ComPtr):
|
|
1114
|
+
extends: IInspectable
|
|
1115
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IXamlUICommand'
|
|
1116
|
+
_iid_ = Guid('{a457f2cb-51e0-541c-9c42-dd1dcbdf58fb}')
|
|
1117
|
+
@winrt_commethod(6)
|
|
1118
|
+
def get_Label(self) -> WinRT_String: ...
|
|
1119
|
+
@winrt_commethod(7)
|
|
1120
|
+
def put_Label(self, value: WinRT_String) -> Void: ...
|
|
1121
|
+
@winrt_commethod(8)
|
|
1122
|
+
def get_IconSource(self) -> win32more.Microsoft.UI.Xaml.Controls.IconSource: ...
|
|
1123
|
+
@winrt_commethod(9)
|
|
1124
|
+
def put_IconSource(self, value: win32more.Microsoft.UI.Xaml.Controls.IconSource) -> Void: ...
|
|
1125
|
+
@winrt_commethod(10)
|
|
1126
|
+
def get_KeyboardAccelerators(self) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.Input.KeyboardAccelerator]: ...
|
|
1127
|
+
@winrt_commethod(11)
|
|
1128
|
+
def get_AccessKey(self) -> WinRT_String: ...
|
|
1129
|
+
@winrt_commethod(12)
|
|
1130
|
+
def put_AccessKey(self, value: WinRT_String) -> Void: ...
|
|
1131
|
+
@winrt_commethod(13)
|
|
1132
|
+
def get_Description(self) -> WinRT_String: ...
|
|
1133
|
+
@winrt_commethod(14)
|
|
1134
|
+
def put_Description(self, value: WinRT_String) -> Void: ...
|
|
1135
|
+
@winrt_commethod(15)
|
|
1136
|
+
def get_Command(self) -> win32more.Microsoft.UI.Xaml.Input.ICommand: ...
|
|
1137
|
+
@winrt_commethod(16)
|
|
1138
|
+
def put_Command(self, value: win32more.Microsoft.UI.Xaml.Input.ICommand) -> Void: ...
|
|
1139
|
+
@winrt_commethod(17)
|
|
1140
|
+
def add_ExecuteRequested(self, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Xaml.Input.XamlUICommand, win32more.Microsoft.UI.Xaml.Input.ExecuteRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1141
|
+
@winrt_commethod(18)
|
|
1142
|
+
def remove_ExecuteRequested(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1143
|
+
@winrt_commethod(19)
|
|
1144
|
+
def add_CanExecuteRequested(self, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Xaml.Input.XamlUICommand, win32more.Microsoft.UI.Xaml.Input.CanExecuteRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1145
|
+
@winrt_commethod(20)
|
|
1146
|
+
def remove_CanExecuteRequested(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1147
|
+
@winrt_commethod(21)
|
|
1148
|
+
def NotifyCanExecuteChanged(self) -> Void: ...
|
|
1149
|
+
AccessKey = property(get_AccessKey, put_AccessKey)
|
|
1150
|
+
Command = property(get_Command, put_Command)
|
|
1151
|
+
Description = property(get_Description, put_Description)
|
|
1152
|
+
IconSource = property(get_IconSource, put_IconSource)
|
|
1153
|
+
KeyboardAccelerators = property(get_KeyboardAccelerators, None)
|
|
1154
|
+
Label = property(get_Label, put_Label)
|
|
1155
|
+
ExecuteRequested = event()
|
|
1156
|
+
CanExecuteRequested = event()
|
|
1157
|
+
class IXamlUICommandFactory(ComPtr):
|
|
1158
|
+
extends: IInspectable
|
|
1159
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IXamlUICommandFactory'
|
|
1160
|
+
_iid_ = Guid('{f1f80a20-0e31-5505-8bc3-cdd1f0947f1d}')
|
|
1161
|
+
@winrt_commethod(6)
|
|
1162
|
+
def CreateInstance(self, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Input.XamlUICommand: ...
|
|
1163
|
+
class IXamlUICommandStatics(ComPtr):
|
|
1164
|
+
extends: IInspectable
|
|
1165
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.IXamlUICommandStatics'
|
|
1166
|
+
_iid_ = Guid('{981dbda6-cdcb-5e35-b24b-c4f60ba148d9}')
|
|
1167
|
+
@winrt_commethod(6)
|
|
1168
|
+
def get_LabelProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1169
|
+
@winrt_commethod(7)
|
|
1170
|
+
def get_IconSourceProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1171
|
+
@winrt_commethod(8)
|
|
1172
|
+
def get_KeyboardAcceleratorsProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1173
|
+
@winrt_commethod(9)
|
|
1174
|
+
def get_AccessKeyProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1175
|
+
@winrt_commethod(10)
|
|
1176
|
+
def get_DescriptionProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1177
|
+
@winrt_commethod(11)
|
|
1178
|
+
def get_CommandProperty(self) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1179
|
+
AccessKeyProperty = property(get_AccessKeyProperty, None)
|
|
1180
|
+
CommandProperty = property(get_CommandProperty, None)
|
|
1181
|
+
DescriptionProperty = property(get_DescriptionProperty, None)
|
|
1182
|
+
IconSourceProperty = property(get_IconSourceProperty, None)
|
|
1183
|
+
KeyboardAcceleratorsProperty = property(get_KeyboardAcceleratorsProperty, None)
|
|
1184
|
+
LabelProperty = property(get_LabelProperty, None)
|
|
1185
|
+
class InertiaExpansionBehavior(ComPtr):
|
|
1186
|
+
extends: IInspectable
|
|
1187
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IInertiaExpansionBehavior
|
|
1188
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.InertiaExpansionBehavior'
|
|
1189
|
+
@winrt_mixinmethod
|
|
1190
|
+
def get_DesiredDeceleration(self: win32more.Microsoft.UI.Xaml.Input.IInertiaExpansionBehavior) -> Double: ...
|
|
1191
|
+
@winrt_mixinmethod
|
|
1192
|
+
def put_DesiredDeceleration(self: win32more.Microsoft.UI.Xaml.Input.IInertiaExpansionBehavior, value: Double) -> Void: ...
|
|
1193
|
+
@winrt_mixinmethod
|
|
1194
|
+
def get_DesiredExpansion(self: win32more.Microsoft.UI.Xaml.Input.IInertiaExpansionBehavior) -> Double: ...
|
|
1195
|
+
@winrt_mixinmethod
|
|
1196
|
+
def put_DesiredExpansion(self: win32more.Microsoft.UI.Xaml.Input.IInertiaExpansionBehavior, value: Double) -> Void: ...
|
|
1197
|
+
DesiredDeceleration = property(get_DesiredDeceleration, put_DesiredDeceleration)
|
|
1198
|
+
DesiredExpansion = property(get_DesiredExpansion, put_DesiredExpansion)
|
|
1199
|
+
class InertiaRotationBehavior(ComPtr):
|
|
1200
|
+
extends: IInspectable
|
|
1201
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IInertiaRotationBehavior
|
|
1202
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.InertiaRotationBehavior'
|
|
1203
|
+
@winrt_mixinmethod
|
|
1204
|
+
def get_DesiredDeceleration(self: win32more.Microsoft.UI.Xaml.Input.IInertiaRotationBehavior) -> Double: ...
|
|
1205
|
+
@winrt_mixinmethod
|
|
1206
|
+
def put_DesiredDeceleration(self: win32more.Microsoft.UI.Xaml.Input.IInertiaRotationBehavior, value: Double) -> Void: ...
|
|
1207
|
+
@winrt_mixinmethod
|
|
1208
|
+
def get_DesiredRotation(self: win32more.Microsoft.UI.Xaml.Input.IInertiaRotationBehavior) -> Double: ...
|
|
1209
|
+
@winrt_mixinmethod
|
|
1210
|
+
def put_DesiredRotation(self: win32more.Microsoft.UI.Xaml.Input.IInertiaRotationBehavior, value: Double) -> Void: ...
|
|
1211
|
+
DesiredDeceleration = property(get_DesiredDeceleration, put_DesiredDeceleration)
|
|
1212
|
+
DesiredRotation = property(get_DesiredRotation, put_DesiredRotation)
|
|
1213
|
+
class InertiaTranslationBehavior(ComPtr):
|
|
1214
|
+
extends: IInspectable
|
|
1215
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IInertiaTranslationBehavior
|
|
1216
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.InertiaTranslationBehavior'
|
|
1217
|
+
@winrt_mixinmethod
|
|
1218
|
+
def get_DesiredDeceleration(self: win32more.Microsoft.UI.Xaml.Input.IInertiaTranslationBehavior) -> Double: ...
|
|
1219
|
+
@winrt_mixinmethod
|
|
1220
|
+
def put_DesiredDeceleration(self: win32more.Microsoft.UI.Xaml.Input.IInertiaTranslationBehavior, value: Double) -> Void: ...
|
|
1221
|
+
@winrt_mixinmethod
|
|
1222
|
+
def get_DesiredDisplacement(self: win32more.Microsoft.UI.Xaml.Input.IInertiaTranslationBehavior) -> Double: ...
|
|
1223
|
+
@winrt_mixinmethod
|
|
1224
|
+
def put_DesiredDisplacement(self: win32more.Microsoft.UI.Xaml.Input.IInertiaTranslationBehavior, value: Double) -> Void: ...
|
|
1225
|
+
DesiredDeceleration = property(get_DesiredDeceleration, put_DesiredDeceleration)
|
|
1226
|
+
DesiredDisplacement = property(get_DesiredDisplacement, put_DesiredDisplacement)
|
|
1227
|
+
class InputScope(ComPtr):
|
|
1228
|
+
extends: win32more.Microsoft.UI.Xaml.DependencyObject
|
|
1229
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IInputScope
|
|
1230
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.InputScope'
|
|
1231
|
+
def __init__(self, *args, **kwargs):
|
|
1232
|
+
if kwargs:
|
|
1233
|
+
super().__init__(**kwargs)
|
|
1234
|
+
elif len(args) == 0:
|
|
1235
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.InputScope.CreateInstance(*args))
|
|
1236
|
+
else:
|
|
1237
|
+
raise ValueError('no matched constructor')
|
|
1238
|
+
@winrt_activatemethod
|
|
1239
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.InputScope: ...
|
|
1240
|
+
@winrt_mixinmethod
|
|
1241
|
+
def get_Names(self: win32more.Microsoft.UI.Xaml.Input.IInputScope) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.Input.InputScopeName]: ...
|
|
1242
|
+
Names = property(get_Names, None)
|
|
1243
|
+
class InputScopeName(ComPtr):
|
|
1244
|
+
extends: win32more.Microsoft.UI.Xaml.DependencyObject
|
|
1245
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IInputScopeName
|
|
1246
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.InputScopeName'
|
|
1247
|
+
def __init__(self, *args, **kwargs):
|
|
1248
|
+
if kwargs:
|
|
1249
|
+
super().__init__(**kwargs)
|
|
1250
|
+
elif len(args) == 0:
|
|
1251
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.InputScopeName.CreateInstance(*args))
|
|
1252
|
+
elif len(args) == 1:
|
|
1253
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.InputScopeName.CreateInstance(*args))
|
|
1254
|
+
else:
|
|
1255
|
+
raise ValueError('no matched constructor')
|
|
1256
|
+
@winrt_overload
|
|
1257
|
+
@winrt_activatemethod
|
|
1258
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.InputScopeName: ...
|
|
1259
|
+
@CreateInstance.register
|
|
1260
|
+
@winrt_factorymethod
|
|
1261
|
+
def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Input.IInputScopeNameFactory, nameValue: win32more.Microsoft.UI.Xaml.Input.InputScopeNameValue) -> win32more.Microsoft.UI.Xaml.Input.InputScopeName: ...
|
|
1262
|
+
@winrt_mixinmethod
|
|
1263
|
+
def get_NameValue(self: win32more.Microsoft.UI.Xaml.Input.IInputScopeName) -> win32more.Microsoft.UI.Xaml.Input.InputScopeNameValue: ...
|
|
1264
|
+
@winrt_mixinmethod
|
|
1265
|
+
def put_NameValue(self: win32more.Microsoft.UI.Xaml.Input.IInputScopeName, value: win32more.Microsoft.UI.Xaml.Input.InputScopeNameValue) -> Void: ...
|
|
1266
|
+
NameValue = property(get_NameValue, put_NameValue)
|
|
1267
|
+
class InputScopeNameValue(Enum, Int32):
|
|
1268
|
+
Default = 0
|
|
1269
|
+
Url = 1
|
|
1270
|
+
EmailSmtpAddress = 5
|
|
1271
|
+
PersonalFullName = 7
|
|
1272
|
+
CurrencyAmountAndSymbol = 20
|
|
1273
|
+
CurrencyAmount = 21
|
|
1274
|
+
DateMonthNumber = 23
|
|
1275
|
+
DateDayNumber = 24
|
|
1276
|
+
DateYear = 25
|
|
1277
|
+
Digits = 28
|
|
1278
|
+
Number = 29
|
|
1279
|
+
Password = 31
|
|
1280
|
+
TelephoneNumber = 32
|
|
1281
|
+
TelephoneCountryCode = 33
|
|
1282
|
+
TelephoneAreaCode = 34
|
|
1283
|
+
TelephoneLocalNumber = 35
|
|
1284
|
+
TimeHour = 37
|
|
1285
|
+
TimeMinutesOrSeconds = 38
|
|
1286
|
+
NumberFullWidth = 39
|
|
1287
|
+
AlphanumericHalfWidth = 40
|
|
1288
|
+
AlphanumericFullWidth = 41
|
|
1289
|
+
Hiragana = 44
|
|
1290
|
+
KatakanaHalfWidth = 45
|
|
1291
|
+
KatakanaFullWidth = 46
|
|
1292
|
+
Hanja = 47
|
|
1293
|
+
HangulHalfWidth = 48
|
|
1294
|
+
HangulFullWidth = 49
|
|
1295
|
+
Search = 50
|
|
1296
|
+
Formula = 51
|
|
1297
|
+
SearchIncremental = 52
|
|
1298
|
+
ChineseHalfWidth = 53
|
|
1299
|
+
ChineseFullWidth = 54
|
|
1300
|
+
NativeScript = 55
|
|
1301
|
+
Text = 57
|
|
1302
|
+
Chat = 58
|
|
1303
|
+
NameOrPhoneNumber = 59
|
|
1304
|
+
EmailNameOrAddress = 60
|
|
1305
|
+
Maps = 62
|
|
1306
|
+
NumericPassword = 63
|
|
1307
|
+
NumericPin = 64
|
|
1308
|
+
AlphanumericPin = 65
|
|
1309
|
+
FormulaNumber = 67
|
|
1310
|
+
ChatWithoutEmoji = 68
|
|
1311
|
+
class KeyEventHandler(MulticastDelegate):
|
|
1312
|
+
extends: IUnknown
|
|
1313
|
+
_iid_ = Guid('{db68e7cc-9a2b-527d-9989-25284daccc03}')
|
|
1314
|
+
@winrt_commethod(3)
|
|
1315
|
+
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Input.KeyRoutedEventArgs) -> Void: ...
|
|
1316
|
+
class KeyRoutedEventArgs(ComPtr):
|
|
1317
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
1318
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IKeyRoutedEventArgs
|
|
1319
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.KeyRoutedEventArgs'
|
|
1320
|
+
@winrt_mixinmethod
|
|
1321
|
+
def get_Key(self: win32more.Microsoft.UI.Xaml.Input.IKeyRoutedEventArgs) -> win32more.Windows.System.VirtualKey: ...
|
|
1322
|
+
@winrt_mixinmethod
|
|
1323
|
+
def get_KeyStatus(self: win32more.Microsoft.UI.Xaml.Input.IKeyRoutedEventArgs) -> win32more.Windows.UI.Core.CorePhysicalKeyStatus: ...
|
|
1324
|
+
@winrt_mixinmethod
|
|
1325
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IKeyRoutedEventArgs) -> Boolean: ...
|
|
1326
|
+
@winrt_mixinmethod
|
|
1327
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IKeyRoutedEventArgs, value: Boolean) -> Void: ...
|
|
1328
|
+
@winrt_mixinmethod
|
|
1329
|
+
def get_OriginalKey(self: win32more.Microsoft.UI.Xaml.Input.IKeyRoutedEventArgs) -> win32more.Windows.System.VirtualKey: ...
|
|
1330
|
+
@winrt_mixinmethod
|
|
1331
|
+
def get_DeviceId(self: win32more.Microsoft.UI.Xaml.Input.IKeyRoutedEventArgs) -> WinRT_String: ...
|
|
1332
|
+
DeviceId = property(get_DeviceId, None)
|
|
1333
|
+
Handled = property(get_Handled, put_Handled)
|
|
1334
|
+
Key = property(get_Key, None)
|
|
1335
|
+
KeyStatus = property(get_KeyStatus, None)
|
|
1336
|
+
OriginalKey = property(get_OriginalKey, None)
|
|
1337
|
+
class KeyTipPlacementMode(Enum, Int32):
|
|
1338
|
+
Auto = 0
|
|
1339
|
+
Bottom = 1
|
|
1340
|
+
Top = 2
|
|
1341
|
+
Left = 3
|
|
1342
|
+
Right = 4
|
|
1343
|
+
Center = 5
|
|
1344
|
+
Hidden = 6
|
|
1345
|
+
class _KeyboardAccelerator_Meta_(ComPtr.__class__):
|
|
1346
|
+
pass
|
|
1347
|
+
class KeyboardAccelerator(ComPtr, metaclass=_KeyboardAccelerator_Meta_):
|
|
1348
|
+
extends: win32more.Microsoft.UI.Xaml.DependencyObject
|
|
1349
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IKeyboardAccelerator
|
|
1350
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.KeyboardAccelerator'
|
|
1351
|
+
def __init__(self, *args, **kwargs):
|
|
1352
|
+
if kwargs:
|
|
1353
|
+
super().__init__(**kwargs)
|
|
1354
|
+
elif len(args) == 0:
|
|
1355
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.KeyboardAccelerator.CreateInstance(*args, None, None))
|
|
1356
|
+
else:
|
|
1357
|
+
raise ValueError('no matched constructor')
|
|
1358
|
+
@winrt_factorymethod
|
|
1359
|
+
def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Input.IKeyboardAcceleratorFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Input.KeyboardAccelerator: ...
|
|
1360
|
+
@winrt_mixinmethod
|
|
1361
|
+
def get_Key(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAccelerator) -> win32more.Windows.System.VirtualKey: ...
|
|
1362
|
+
@winrt_mixinmethod
|
|
1363
|
+
def put_Key(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAccelerator, value: win32more.Windows.System.VirtualKey) -> Void: ...
|
|
1364
|
+
@winrt_mixinmethod
|
|
1365
|
+
def get_Modifiers(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAccelerator) -> win32more.Windows.System.VirtualKeyModifiers: ...
|
|
1366
|
+
@winrt_mixinmethod
|
|
1367
|
+
def put_Modifiers(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAccelerator, value: win32more.Windows.System.VirtualKeyModifiers) -> Void: ...
|
|
1368
|
+
@winrt_mixinmethod
|
|
1369
|
+
def get_IsEnabled(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAccelerator) -> Boolean: ...
|
|
1370
|
+
@winrt_mixinmethod
|
|
1371
|
+
def put_IsEnabled(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAccelerator, value: Boolean) -> Void: ...
|
|
1372
|
+
@winrt_mixinmethod
|
|
1373
|
+
def get_ScopeOwner(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAccelerator) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
1374
|
+
@winrt_mixinmethod
|
|
1375
|
+
def put_ScopeOwner(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAccelerator, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
1376
|
+
@winrt_mixinmethod
|
|
1377
|
+
def add_Invoked(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAccelerator, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Xaml.Input.KeyboardAccelerator, win32more.Microsoft.UI.Xaml.Input.KeyboardAcceleratorInvokedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1378
|
+
@winrt_mixinmethod
|
|
1379
|
+
def remove_Invoked(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAccelerator, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1380
|
+
@winrt_classmethod
|
|
1381
|
+
def get_KeyProperty(cls: win32more.Microsoft.UI.Xaml.Input.IKeyboardAcceleratorStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1382
|
+
@winrt_classmethod
|
|
1383
|
+
def get_ModifiersProperty(cls: win32more.Microsoft.UI.Xaml.Input.IKeyboardAcceleratorStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1384
|
+
@winrt_classmethod
|
|
1385
|
+
def get_IsEnabledProperty(cls: win32more.Microsoft.UI.Xaml.Input.IKeyboardAcceleratorStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1386
|
+
@winrt_classmethod
|
|
1387
|
+
def get_ScopeOwnerProperty(cls: win32more.Microsoft.UI.Xaml.Input.IKeyboardAcceleratorStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1388
|
+
IsEnabled = property(get_IsEnabled, put_IsEnabled)
|
|
1389
|
+
Key = property(get_Key, put_Key)
|
|
1390
|
+
Modifiers = property(get_Modifiers, put_Modifiers)
|
|
1391
|
+
ScopeOwner = property(get_ScopeOwner, put_ScopeOwner)
|
|
1392
|
+
_KeyboardAccelerator_Meta_.IsEnabledProperty = property(get_IsEnabledProperty, None)
|
|
1393
|
+
_KeyboardAccelerator_Meta_.KeyProperty = property(get_KeyProperty, None)
|
|
1394
|
+
_KeyboardAccelerator_Meta_.ModifiersProperty = property(get_ModifiersProperty, None)
|
|
1395
|
+
_KeyboardAccelerator_Meta_.ScopeOwnerProperty = property(get_ScopeOwnerProperty, None)
|
|
1396
|
+
Invoked = event()
|
|
1397
|
+
class KeyboardAcceleratorInvokedEventArgs(ComPtr):
|
|
1398
|
+
extends: IInspectable
|
|
1399
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IKeyboardAcceleratorInvokedEventArgs
|
|
1400
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.KeyboardAcceleratorInvokedEventArgs'
|
|
1401
|
+
@winrt_mixinmethod
|
|
1402
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAcceleratorInvokedEventArgs) -> Boolean: ...
|
|
1403
|
+
@winrt_mixinmethod
|
|
1404
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAcceleratorInvokedEventArgs, value: Boolean) -> Void: ...
|
|
1405
|
+
@winrt_mixinmethod
|
|
1406
|
+
def get_Element(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAcceleratorInvokedEventArgs) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
1407
|
+
@winrt_mixinmethod
|
|
1408
|
+
def get_KeyboardAccelerator(self: win32more.Microsoft.UI.Xaml.Input.IKeyboardAcceleratorInvokedEventArgs) -> win32more.Microsoft.UI.Xaml.Input.KeyboardAccelerator: ...
|
|
1409
|
+
Element = property(get_Element, None)
|
|
1410
|
+
Handled = property(get_Handled, put_Handled)
|
|
1411
|
+
KeyboardAccelerator = property(get_KeyboardAccelerator, None)
|
|
1412
|
+
class KeyboardAcceleratorPlacementMode(Enum, Int32):
|
|
1413
|
+
Auto = 0
|
|
1414
|
+
Hidden = 1
|
|
1415
|
+
class KeyboardNavigationMode(Enum, Int32):
|
|
1416
|
+
Local = 0
|
|
1417
|
+
Cycle = 1
|
|
1418
|
+
Once = 2
|
|
1419
|
+
class LosingFocusEventArgs(ComPtr):
|
|
1420
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
1421
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs
|
|
1422
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.LosingFocusEventArgs'
|
|
1423
|
+
@winrt_mixinmethod
|
|
1424
|
+
def get_OldFocusedElement(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
1425
|
+
@winrt_mixinmethod
|
|
1426
|
+
def get_NewFocusedElement(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs) -> win32more.Microsoft.UI.Xaml.DependencyObject: ...
|
|
1427
|
+
@winrt_mixinmethod
|
|
1428
|
+
def put_NewFocusedElement(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs, value: win32more.Microsoft.UI.Xaml.DependencyObject) -> Void: ...
|
|
1429
|
+
@winrt_mixinmethod
|
|
1430
|
+
def get_FocusState(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs) -> win32more.Microsoft.UI.Xaml.FocusState: ...
|
|
1431
|
+
@winrt_mixinmethod
|
|
1432
|
+
def get_Direction(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs) -> win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection: ...
|
|
1433
|
+
@winrt_mixinmethod
|
|
1434
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs) -> Boolean: ...
|
|
1435
|
+
@winrt_mixinmethod
|
|
1436
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs, value: Boolean) -> Void: ...
|
|
1437
|
+
@winrt_mixinmethod
|
|
1438
|
+
def get_InputDevice(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs) -> win32more.Microsoft.UI.Xaml.Input.FocusInputDeviceKind: ...
|
|
1439
|
+
@winrt_mixinmethod
|
|
1440
|
+
def get_Cancel(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs) -> Boolean: ...
|
|
1441
|
+
@winrt_mixinmethod
|
|
1442
|
+
def put_Cancel(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs, value: Boolean) -> Void: ...
|
|
1443
|
+
@winrt_mixinmethod
|
|
1444
|
+
def get_CorrelationId(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs) -> Guid: ...
|
|
1445
|
+
@winrt_mixinmethod
|
|
1446
|
+
def TryCancel(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs) -> Boolean: ...
|
|
1447
|
+
@winrt_mixinmethod
|
|
1448
|
+
def TrySetNewFocusedElement(self: win32more.Microsoft.UI.Xaml.Input.ILosingFocusEventArgs, element: win32more.Microsoft.UI.Xaml.DependencyObject) -> Boolean: ...
|
|
1449
|
+
Cancel = property(get_Cancel, put_Cancel)
|
|
1450
|
+
CorrelationId = property(get_CorrelationId, None)
|
|
1451
|
+
Direction = property(get_Direction, None)
|
|
1452
|
+
FocusState = property(get_FocusState, None)
|
|
1453
|
+
Handled = property(get_Handled, put_Handled)
|
|
1454
|
+
InputDevice = property(get_InputDevice, None)
|
|
1455
|
+
NewFocusedElement = property(get_NewFocusedElement, put_NewFocusedElement)
|
|
1456
|
+
OldFocusedElement = property(get_OldFocusedElement, None)
|
|
1457
|
+
class ManipulationCompletedEventHandler(MulticastDelegate):
|
|
1458
|
+
extends: IUnknown
|
|
1459
|
+
_iid_ = Guid('{d51df8db-71cd-5bfd-8426-767218ee55ec}')
|
|
1460
|
+
@winrt_commethod(3)
|
|
1461
|
+
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs) -> Void: ...
|
|
1462
|
+
class ManipulationCompletedRoutedEventArgs(ComPtr):
|
|
1463
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
1464
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IManipulationCompletedRoutedEventArgs
|
|
1465
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs'
|
|
1466
|
+
def __init__(self, *args, **kwargs):
|
|
1467
|
+
if kwargs:
|
|
1468
|
+
super().__init__(**kwargs)
|
|
1469
|
+
elif len(args) == 0:
|
|
1470
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs.CreateInstance(*args))
|
|
1471
|
+
else:
|
|
1472
|
+
raise ValueError('no matched constructor')
|
|
1473
|
+
@winrt_activatemethod
|
|
1474
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs: ...
|
|
1475
|
+
@winrt_mixinmethod
|
|
1476
|
+
def get_Container(self: win32more.Microsoft.UI.Xaml.Input.IManipulationCompletedRoutedEventArgs) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
1477
|
+
@winrt_mixinmethod
|
|
1478
|
+
def get_Position(self: win32more.Microsoft.UI.Xaml.Input.IManipulationCompletedRoutedEventArgs) -> win32more.Windows.Foundation.Point: ...
|
|
1479
|
+
@winrt_mixinmethod
|
|
1480
|
+
def get_IsInertial(self: win32more.Microsoft.UI.Xaml.Input.IManipulationCompletedRoutedEventArgs) -> Boolean: ...
|
|
1481
|
+
@winrt_mixinmethod
|
|
1482
|
+
def get_Cumulative(self: win32more.Microsoft.UI.Xaml.Input.IManipulationCompletedRoutedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1483
|
+
@winrt_mixinmethod
|
|
1484
|
+
def get_Velocities(self: win32more.Microsoft.UI.Xaml.Input.IManipulationCompletedRoutedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationVelocities: ...
|
|
1485
|
+
@winrt_mixinmethod
|
|
1486
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IManipulationCompletedRoutedEventArgs) -> Boolean: ...
|
|
1487
|
+
@winrt_mixinmethod
|
|
1488
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IManipulationCompletedRoutedEventArgs, value: Boolean) -> Void: ...
|
|
1489
|
+
@winrt_mixinmethod
|
|
1490
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Xaml.Input.IManipulationCompletedRoutedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1491
|
+
Container = property(get_Container, None)
|
|
1492
|
+
Cumulative = property(get_Cumulative, None)
|
|
1493
|
+
Handled = property(get_Handled, put_Handled)
|
|
1494
|
+
IsInertial = property(get_IsInertial, None)
|
|
1495
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1496
|
+
Position = property(get_Position, None)
|
|
1497
|
+
Velocities = property(get_Velocities, None)
|
|
1498
|
+
class ManipulationDeltaEventHandler(MulticastDelegate):
|
|
1499
|
+
extends: IUnknown
|
|
1500
|
+
_iid_ = Guid('{83f2d4ce-105f-5392-a38a-b7467b7c2ea5}')
|
|
1501
|
+
@winrt_commethod(3)
|
|
1502
|
+
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs) -> Void: ...
|
|
1503
|
+
class ManipulationDeltaRoutedEventArgs(ComPtr):
|
|
1504
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
1505
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs
|
|
1506
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs'
|
|
1507
|
+
def __init__(self, *args, **kwargs):
|
|
1508
|
+
if kwargs:
|
|
1509
|
+
super().__init__(**kwargs)
|
|
1510
|
+
elif len(args) == 0:
|
|
1511
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs.CreateInstance(*args))
|
|
1512
|
+
else:
|
|
1513
|
+
raise ValueError('no matched constructor')
|
|
1514
|
+
@winrt_activatemethod
|
|
1515
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs: ...
|
|
1516
|
+
@winrt_mixinmethod
|
|
1517
|
+
def get_Container(self: win32more.Microsoft.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
1518
|
+
@winrt_mixinmethod
|
|
1519
|
+
def get_Position(self: win32more.Microsoft.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs) -> win32more.Windows.Foundation.Point: ...
|
|
1520
|
+
@winrt_mixinmethod
|
|
1521
|
+
def get_IsInertial(self: win32more.Microsoft.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs) -> Boolean: ...
|
|
1522
|
+
@winrt_mixinmethod
|
|
1523
|
+
def get_Delta(self: win32more.Microsoft.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1524
|
+
@winrt_mixinmethod
|
|
1525
|
+
def get_Cumulative(self: win32more.Microsoft.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1526
|
+
@winrt_mixinmethod
|
|
1527
|
+
def get_Velocities(self: win32more.Microsoft.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationVelocities: ...
|
|
1528
|
+
@winrt_mixinmethod
|
|
1529
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs) -> Boolean: ...
|
|
1530
|
+
@winrt_mixinmethod
|
|
1531
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs, value: Boolean) -> Void: ...
|
|
1532
|
+
@winrt_mixinmethod
|
|
1533
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1534
|
+
@winrt_mixinmethod
|
|
1535
|
+
def Complete(self: win32more.Microsoft.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs) -> Void: ...
|
|
1536
|
+
Container = property(get_Container, None)
|
|
1537
|
+
Cumulative = property(get_Cumulative, None)
|
|
1538
|
+
Delta = property(get_Delta, None)
|
|
1539
|
+
Handled = property(get_Handled, put_Handled)
|
|
1540
|
+
IsInertial = property(get_IsInertial, None)
|
|
1541
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1542
|
+
Position = property(get_Position, None)
|
|
1543
|
+
Velocities = property(get_Velocities, None)
|
|
1544
|
+
class ManipulationInertiaStartingEventHandler(MulticastDelegate):
|
|
1545
|
+
extends: IUnknown
|
|
1546
|
+
_iid_ = Guid('{5de296bd-6f1c-5f60-9180-10705282576c}')
|
|
1547
|
+
@winrt_commethod(3)
|
|
1548
|
+
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs) -> Void: ...
|
|
1549
|
+
class ManipulationInertiaStartingRoutedEventArgs(ComPtr):
|
|
1550
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
1551
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs
|
|
1552
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs'
|
|
1553
|
+
def __init__(self, *args, **kwargs):
|
|
1554
|
+
if kwargs:
|
|
1555
|
+
super().__init__(**kwargs)
|
|
1556
|
+
elif len(args) == 0:
|
|
1557
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs.CreateInstance(*args))
|
|
1558
|
+
else:
|
|
1559
|
+
raise ValueError('no matched constructor')
|
|
1560
|
+
@winrt_activatemethod
|
|
1561
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.ManipulationInertiaStartingRoutedEventArgs: ...
|
|
1562
|
+
@winrt_mixinmethod
|
|
1563
|
+
def get_Container(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
1564
|
+
@winrt_mixinmethod
|
|
1565
|
+
def get_ExpansionBehavior(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs) -> win32more.Microsoft.UI.Xaml.Input.InertiaExpansionBehavior: ...
|
|
1566
|
+
@winrt_mixinmethod
|
|
1567
|
+
def put_ExpansionBehavior(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs, value: win32more.Microsoft.UI.Xaml.Input.InertiaExpansionBehavior) -> Void: ...
|
|
1568
|
+
@winrt_mixinmethod
|
|
1569
|
+
def get_RotationBehavior(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs) -> win32more.Microsoft.UI.Xaml.Input.InertiaRotationBehavior: ...
|
|
1570
|
+
@winrt_mixinmethod
|
|
1571
|
+
def put_RotationBehavior(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs, value: win32more.Microsoft.UI.Xaml.Input.InertiaRotationBehavior) -> Void: ...
|
|
1572
|
+
@winrt_mixinmethod
|
|
1573
|
+
def get_TranslationBehavior(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs) -> win32more.Microsoft.UI.Xaml.Input.InertiaTranslationBehavior: ...
|
|
1574
|
+
@winrt_mixinmethod
|
|
1575
|
+
def put_TranslationBehavior(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs, value: win32more.Microsoft.UI.Xaml.Input.InertiaTranslationBehavior) -> Void: ...
|
|
1576
|
+
@winrt_mixinmethod
|
|
1577
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs) -> Boolean: ...
|
|
1578
|
+
@winrt_mixinmethod
|
|
1579
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs, value: Boolean) -> Void: ...
|
|
1580
|
+
@winrt_mixinmethod
|
|
1581
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1582
|
+
@winrt_mixinmethod
|
|
1583
|
+
def get_Delta(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1584
|
+
@winrt_mixinmethod
|
|
1585
|
+
def get_Cumulative(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1586
|
+
@winrt_mixinmethod
|
|
1587
|
+
def get_Velocities(self: win32more.Microsoft.UI.Xaml.Input.IManipulationInertiaStartingRoutedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationVelocities: ...
|
|
1588
|
+
Container = property(get_Container, None)
|
|
1589
|
+
Cumulative = property(get_Cumulative, None)
|
|
1590
|
+
Delta = property(get_Delta, None)
|
|
1591
|
+
ExpansionBehavior = property(get_ExpansionBehavior, put_ExpansionBehavior)
|
|
1592
|
+
Handled = property(get_Handled, put_Handled)
|
|
1593
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1594
|
+
RotationBehavior = property(get_RotationBehavior, put_RotationBehavior)
|
|
1595
|
+
TranslationBehavior = property(get_TranslationBehavior, put_TranslationBehavior)
|
|
1596
|
+
Velocities = property(get_Velocities, None)
|
|
1597
|
+
class ManipulationModes(Enum, UInt32):
|
|
1598
|
+
None_ = 0
|
|
1599
|
+
TranslateX = 1
|
|
1600
|
+
TranslateY = 2
|
|
1601
|
+
TranslateRailsX = 4
|
|
1602
|
+
TranslateRailsY = 8
|
|
1603
|
+
Rotate = 16
|
|
1604
|
+
Scale = 32
|
|
1605
|
+
TranslateInertia = 64
|
|
1606
|
+
RotateInertia = 128
|
|
1607
|
+
ScaleInertia = 256
|
|
1608
|
+
All = 65535
|
|
1609
|
+
System = 65536
|
|
1610
|
+
class ManipulationPivot(ComPtr):
|
|
1611
|
+
extends: IInspectable
|
|
1612
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IManipulationPivot
|
|
1613
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ManipulationPivot'
|
|
1614
|
+
def __init__(self, *args, **kwargs):
|
|
1615
|
+
if kwargs:
|
|
1616
|
+
super().__init__(**kwargs)
|
|
1617
|
+
elif len(args) == 0:
|
|
1618
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.ManipulationPivot.CreateInstance(*args))
|
|
1619
|
+
elif len(args) == 2:
|
|
1620
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.ManipulationPivot.CreateInstanceWithCenterAndRadius(*args))
|
|
1621
|
+
else:
|
|
1622
|
+
raise ValueError('no matched constructor')
|
|
1623
|
+
@winrt_activatemethod
|
|
1624
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.ManipulationPivot: ...
|
|
1625
|
+
@winrt_factorymethod
|
|
1626
|
+
def CreateInstanceWithCenterAndRadius(cls: win32more.Microsoft.UI.Xaml.Input.IManipulationPivotFactory, center: win32more.Windows.Foundation.Point, radius: Double) -> win32more.Microsoft.UI.Xaml.Input.ManipulationPivot: ...
|
|
1627
|
+
@winrt_mixinmethod
|
|
1628
|
+
def get_Center(self: win32more.Microsoft.UI.Xaml.Input.IManipulationPivot) -> win32more.Windows.Foundation.Point: ...
|
|
1629
|
+
@winrt_mixinmethod
|
|
1630
|
+
def put_Center(self: win32more.Microsoft.UI.Xaml.Input.IManipulationPivot, value: win32more.Windows.Foundation.Point) -> Void: ...
|
|
1631
|
+
@winrt_mixinmethod
|
|
1632
|
+
def get_Radius(self: win32more.Microsoft.UI.Xaml.Input.IManipulationPivot) -> Double: ...
|
|
1633
|
+
@winrt_mixinmethod
|
|
1634
|
+
def put_Radius(self: win32more.Microsoft.UI.Xaml.Input.IManipulationPivot, value: Double) -> Void: ...
|
|
1635
|
+
Center = property(get_Center, put_Center)
|
|
1636
|
+
Radius = property(get_Radius, put_Radius)
|
|
1637
|
+
class ManipulationStartedEventHandler(MulticastDelegate):
|
|
1638
|
+
extends: IUnknown
|
|
1639
|
+
_iid_ = Guid('{41060669-304c-53ac-9d43-bc311235aae4}')
|
|
1640
|
+
@winrt_commethod(3)
|
|
1641
|
+
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Input.ManipulationStartedRoutedEventArgs) -> Void: ...
|
|
1642
|
+
class ManipulationStartedRoutedEventArgs(ComPtr):
|
|
1643
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
1644
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IManipulationStartedRoutedEventArgs
|
|
1645
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ManipulationStartedRoutedEventArgs'
|
|
1646
|
+
def __init__(self, *args, **kwargs):
|
|
1647
|
+
if kwargs:
|
|
1648
|
+
super().__init__(**kwargs)
|
|
1649
|
+
elif len(args) == 0:
|
|
1650
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.ManipulationStartedRoutedEventArgs.CreateInstance(*args, None, None))
|
|
1651
|
+
else:
|
|
1652
|
+
raise ValueError('no matched constructor')
|
|
1653
|
+
@winrt_factorymethod
|
|
1654
|
+
def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Input.IManipulationStartedRoutedEventArgsFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Input.ManipulationStartedRoutedEventArgs: ...
|
|
1655
|
+
@winrt_mixinmethod
|
|
1656
|
+
def get_Container(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartedRoutedEventArgs) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
1657
|
+
@winrt_mixinmethod
|
|
1658
|
+
def get_Position(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartedRoutedEventArgs) -> win32more.Windows.Foundation.Point: ...
|
|
1659
|
+
@winrt_mixinmethod
|
|
1660
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartedRoutedEventArgs) -> Boolean: ...
|
|
1661
|
+
@winrt_mixinmethod
|
|
1662
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartedRoutedEventArgs, value: Boolean) -> Void: ...
|
|
1663
|
+
@winrt_mixinmethod
|
|
1664
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartedRoutedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1665
|
+
@winrt_mixinmethod
|
|
1666
|
+
def get_Cumulative(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartedRoutedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
|
|
1667
|
+
@winrt_mixinmethod
|
|
1668
|
+
def Complete(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartedRoutedEventArgs) -> Void: ...
|
|
1669
|
+
Container = property(get_Container, None)
|
|
1670
|
+
Cumulative = property(get_Cumulative, None)
|
|
1671
|
+
Handled = property(get_Handled, put_Handled)
|
|
1672
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1673
|
+
Position = property(get_Position, None)
|
|
1674
|
+
class ManipulationStartingEventHandler(MulticastDelegate):
|
|
1675
|
+
extends: IUnknown
|
|
1676
|
+
_iid_ = Guid('{44f528f1-f0e4-505c-a0bb-0c4839b29df5}')
|
|
1677
|
+
@winrt_commethod(3)
|
|
1678
|
+
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Input.ManipulationStartingRoutedEventArgs) -> Void: ...
|
|
1679
|
+
class ManipulationStartingRoutedEventArgs(ComPtr):
|
|
1680
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
1681
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IManipulationStartingRoutedEventArgs
|
|
1682
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ManipulationStartingRoutedEventArgs'
|
|
1683
|
+
def __init__(self, *args, **kwargs):
|
|
1684
|
+
if kwargs:
|
|
1685
|
+
super().__init__(**kwargs)
|
|
1686
|
+
elif len(args) == 0:
|
|
1687
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.ManipulationStartingRoutedEventArgs.CreateInstance(*args))
|
|
1688
|
+
else:
|
|
1689
|
+
raise ValueError('no matched constructor')
|
|
1690
|
+
@winrt_activatemethod
|
|
1691
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.ManipulationStartingRoutedEventArgs: ...
|
|
1692
|
+
@winrt_mixinmethod
|
|
1693
|
+
def get_Mode(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartingRoutedEventArgs) -> win32more.Microsoft.UI.Xaml.Input.ManipulationModes: ...
|
|
1694
|
+
@winrt_mixinmethod
|
|
1695
|
+
def put_Mode(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartingRoutedEventArgs, value: win32more.Microsoft.UI.Xaml.Input.ManipulationModes) -> Void: ...
|
|
1696
|
+
@winrt_mixinmethod
|
|
1697
|
+
def get_Container(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartingRoutedEventArgs) -> win32more.Microsoft.UI.Xaml.UIElement: ...
|
|
1698
|
+
@winrt_mixinmethod
|
|
1699
|
+
def put_Container(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartingRoutedEventArgs, value: win32more.Microsoft.UI.Xaml.UIElement) -> Void: ...
|
|
1700
|
+
@winrt_mixinmethod
|
|
1701
|
+
def get_Pivot(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartingRoutedEventArgs) -> win32more.Microsoft.UI.Xaml.Input.ManipulationPivot: ...
|
|
1702
|
+
@winrt_mixinmethod
|
|
1703
|
+
def put_Pivot(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartingRoutedEventArgs, value: win32more.Microsoft.UI.Xaml.Input.ManipulationPivot) -> Void: ...
|
|
1704
|
+
@winrt_mixinmethod
|
|
1705
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartingRoutedEventArgs) -> Boolean: ...
|
|
1706
|
+
@winrt_mixinmethod
|
|
1707
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IManipulationStartingRoutedEventArgs, value: Boolean) -> Void: ...
|
|
1708
|
+
Container = property(get_Container, put_Container)
|
|
1709
|
+
Handled = property(get_Handled, put_Handled)
|
|
1710
|
+
Mode = property(get_Mode, put_Mode)
|
|
1711
|
+
Pivot = property(get_Pivot, put_Pivot)
|
|
1712
|
+
class NoFocusCandidateFoundEventArgs(ComPtr):
|
|
1713
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
1714
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.INoFocusCandidateFoundEventArgs
|
|
1715
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.NoFocusCandidateFoundEventArgs'
|
|
1716
|
+
@winrt_mixinmethod
|
|
1717
|
+
def get_Direction(self: win32more.Microsoft.UI.Xaml.Input.INoFocusCandidateFoundEventArgs) -> win32more.Microsoft.UI.Xaml.Input.FocusNavigationDirection: ...
|
|
1718
|
+
@winrt_mixinmethod
|
|
1719
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.INoFocusCandidateFoundEventArgs) -> Boolean: ...
|
|
1720
|
+
@winrt_mixinmethod
|
|
1721
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.INoFocusCandidateFoundEventArgs, value: Boolean) -> Void: ...
|
|
1722
|
+
@winrt_mixinmethod
|
|
1723
|
+
def get_InputDevice(self: win32more.Microsoft.UI.Xaml.Input.INoFocusCandidateFoundEventArgs) -> win32more.Microsoft.UI.Xaml.Input.FocusInputDeviceKind: ...
|
|
1724
|
+
Direction = property(get_Direction, None)
|
|
1725
|
+
Handled = property(get_Handled, put_Handled)
|
|
1726
|
+
InputDevice = property(get_InputDevice, None)
|
|
1727
|
+
class Pointer(ComPtr):
|
|
1728
|
+
extends: IInspectable
|
|
1729
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IPointer
|
|
1730
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.Pointer'
|
|
1731
|
+
@winrt_mixinmethod
|
|
1732
|
+
def get_PointerId(self: win32more.Microsoft.UI.Xaml.Input.IPointer) -> UInt32: ...
|
|
1733
|
+
@winrt_mixinmethod
|
|
1734
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Xaml.Input.IPointer) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1735
|
+
@winrt_mixinmethod
|
|
1736
|
+
def get_IsInContact(self: win32more.Microsoft.UI.Xaml.Input.IPointer) -> Boolean: ...
|
|
1737
|
+
@winrt_mixinmethod
|
|
1738
|
+
def get_IsInRange(self: win32more.Microsoft.UI.Xaml.Input.IPointer) -> Boolean: ...
|
|
1739
|
+
IsInContact = property(get_IsInContact, None)
|
|
1740
|
+
IsInRange = property(get_IsInRange, None)
|
|
1741
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1742
|
+
PointerId = property(get_PointerId, None)
|
|
1743
|
+
class PointerEventHandler(MulticastDelegate):
|
|
1744
|
+
extends: IUnknown
|
|
1745
|
+
_iid_ = Guid('{a48a71e1-8bb4-5597-9e31-903a3f6a04fb}')
|
|
1746
|
+
@winrt_commethod(3)
|
|
1747
|
+
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Input.PointerRoutedEventArgs) -> Void: ...
|
|
1748
|
+
class PointerRoutedEventArgs(ComPtr):
|
|
1749
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
1750
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IPointerRoutedEventArgs
|
|
1751
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.PointerRoutedEventArgs'
|
|
1752
|
+
@winrt_mixinmethod
|
|
1753
|
+
def get_Pointer(self: win32more.Microsoft.UI.Xaml.Input.IPointerRoutedEventArgs) -> win32more.Microsoft.UI.Xaml.Input.Pointer: ...
|
|
1754
|
+
@winrt_mixinmethod
|
|
1755
|
+
def get_KeyModifiers(self: win32more.Microsoft.UI.Xaml.Input.IPointerRoutedEventArgs) -> win32more.Windows.System.VirtualKeyModifiers: ...
|
|
1756
|
+
@winrt_mixinmethod
|
|
1757
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IPointerRoutedEventArgs) -> Boolean: ...
|
|
1758
|
+
@winrt_mixinmethod
|
|
1759
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IPointerRoutedEventArgs, value: Boolean) -> Void: ...
|
|
1760
|
+
@winrt_mixinmethod
|
|
1761
|
+
def get_IsGenerated(self: win32more.Microsoft.UI.Xaml.Input.IPointerRoutedEventArgs) -> Boolean: ...
|
|
1762
|
+
@winrt_mixinmethod
|
|
1763
|
+
def GetCurrentPoint(self: win32more.Microsoft.UI.Xaml.Input.IPointerRoutedEventArgs, relativeTo: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Microsoft.UI.Input.PointerPoint: ...
|
|
1764
|
+
@winrt_mixinmethod
|
|
1765
|
+
def GetIntermediatePoints(self: win32more.Microsoft.UI.Xaml.Input.IPointerRoutedEventArgs, relativeTo: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Input.PointerPoint]: ...
|
|
1766
|
+
Handled = property(get_Handled, put_Handled)
|
|
1767
|
+
IsGenerated = property(get_IsGenerated, None)
|
|
1768
|
+
KeyModifiers = property(get_KeyModifiers, None)
|
|
1769
|
+
Pointer = property(get_Pointer, None)
|
|
1770
|
+
class ProcessKeyboardAcceleratorEventArgs(ComPtr):
|
|
1771
|
+
extends: IInspectable
|
|
1772
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IProcessKeyboardAcceleratorEventArgs
|
|
1773
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.ProcessKeyboardAcceleratorEventArgs'
|
|
1774
|
+
@winrt_mixinmethod
|
|
1775
|
+
def get_Key(self: win32more.Microsoft.UI.Xaml.Input.IProcessKeyboardAcceleratorEventArgs) -> win32more.Windows.System.VirtualKey: ...
|
|
1776
|
+
@winrt_mixinmethod
|
|
1777
|
+
def get_Modifiers(self: win32more.Microsoft.UI.Xaml.Input.IProcessKeyboardAcceleratorEventArgs) -> win32more.Windows.System.VirtualKeyModifiers: ...
|
|
1778
|
+
@winrt_mixinmethod
|
|
1779
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IProcessKeyboardAcceleratorEventArgs) -> Boolean: ...
|
|
1780
|
+
@winrt_mixinmethod
|
|
1781
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IProcessKeyboardAcceleratorEventArgs, value: Boolean) -> Void: ...
|
|
1782
|
+
Handled = property(get_Handled, put_Handled)
|
|
1783
|
+
Key = property(get_Key, None)
|
|
1784
|
+
Modifiers = property(get_Modifiers, None)
|
|
1785
|
+
class RightTappedEventHandler(MulticastDelegate):
|
|
1786
|
+
extends: IUnknown
|
|
1787
|
+
_iid_ = Guid('{5070e32f-3dc7-56cf-8fdd-de1b40d0b472}')
|
|
1788
|
+
@winrt_commethod(3)
|
|
1789
|
+
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Input.RightTappedRoutedEventArgs) -> Void: ...
|
|
1790
|
+
class RightTappedRoutedEventArgs(ComPtr):
|
|
1791
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
1792
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IRightTappedRoutedEventArgs
|
|
1793
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.RightTappedRoutedEventArgs'
|
|
1794
|
+
def __init__(self, *args, **kwargs):
|
|
1795
|
+
if kwargs:
|
|
1796
|
+
super().__init__(**kwargs)
|
|
1797
|
+
elif len(args) == 0:
|
|
1798
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.RightTappedRoutedEventArgs.CreateInstance(*args))
|
|
1799
|
+
else:
|
|
1800
|
+
raise ValueError('no matched constructor')
|
|
1801
|
+
@winrt_activatemethod
|
|
1802
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.RightTappedRoutedEventArgs: ...
|
|
1803
|
+
@winrt_mixinmethod
|
|
1804
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Xaml.Input.IRightTappedRoutedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1805
|
+
@winrt_mixinmethod
|
|
1806
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.IRightTappedRoutedEventArgs) -> Boolean: ...
|
|
1807
|
+
@winrt_mixinmethod
|
|
1808
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.IRightTappedRoutedEventArgs, value: Boolean) -> Void: ...
|
|
1809
|
+
@winrt_mixinmethod
|
|
1810
|
+
def GetPosition(self: win32more.Microsoft.UI.Xaml.Input.IRightTappedRoutedEventArgs, relativeTo: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Windows.Foundation.Point: ...
|
|
1811
|
+
Handled = property(get_Handled, put_Handled)
|
|
1812
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1813
|
+
class _StandardUICommand_Meta_(ComPtr.__class__):
|
|
1814
|
+
pass
|
|
1815
|
+
class StandardUICommand(ComPtr, metaclass=_StandardUICommand_Meta_):
|
|
1816
|
+
extends: win32more.Microsoft.UI.Xaml.Input.XamlUICommand
|
|
1817
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IStandardUICommand
|
|
1818
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.StandardUICommand'
|
|
1819
|
+
def __init__(self, *args, **kwargs):
|
|
1820
|
+
if kwargs:
|
|
1821
|
+
super().__init__(**kwargs)
|
|
1822
|
+
elif len(args) == 0:
|
|
1823
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.StandardUICommand.CreateInstance(*args, None, None))
|
|
1824
|
+
elif len(args) == 1:
|
|
1825
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.StandardUICommand.CreateInstanceWithKind(*args, None, None))
|
|
1826
|
+
else:
|
|
1827
|
+
raise ValueError('no matched constructor')
|
|
1828
|
+
@winrt_factorymethod
|
|
1829
|
+
def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Input.IStandardUICommandFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Input.StandardUICommand: ...
|
|
1830
|
+
@winrt_factorymethod
|
|
1831
|
+
def CreateInstanceWithKind(cls: win32more.Microsoft.UI.Xaml.Input.IStandardUICommandFactory, kind: win32more.Microsoft.UI.Xaml.Input.StandardUICommandKind, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Input.StandardUICommand: ...
|
|
1832
|
+
@winrt_mixinmethod
|
|
1833
|
+
def get_Kind(self: win32more.Microsoft.UI.Xaml.Input.IStandardUICommand) -> win32more.Microsoft.UI.Xaml.Input.StandardUICommandKind: ...
|
|
1834
|
+
@winrt_mixinmethod
|
|
1835
|
+
def put_Kind(self: win32more.Microsoft.UI.Xaml.Input.IStandardUICommand, value: win32more.Microsoft.UI.Xaml.Input.StandardUICommandKind) -> Void: ...
|
|
1836
|
+
@winrt_classmethod
|
|
1837
|
+
def get_KindProperty(cls: win32more.Microsoft.UI.Xaml.Input.IStandardUICommandStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1838
|
+
Kind = property(get_Kind, put_Kind)
|
|
1839
|
+
_StandardUICommand_Meta_.KindProperty = property(get_KindProperty, None)
|
|
1840
|
+
class StandardUICommandKind(Enum, Int32):
|
|
1841
|
+
None_ = 0
|
|
1842
|
+
Cut = 1
|
|
1843
|
+
Copy = 2
|
|
1844
|
+
Paste = 3
|
|
1845
|
+
SelectAll = 4
|
|
1846
|
+
Delete = 5
|
|
1847
|
+
Share = 6
|
|
1848
|
+
Save = 7
|
|
1849
|
+
Open = 8
|
|
1850
|
+
Close = 9
|
|
1851
|
+
Pause = 10
|
|
1852
|
+
Play = 11
|
|
1853
|
+
Stop = 12
|
|
1854
|
+
Forward = 13
|
|
1855
|
+
Backward = 14
|
|
1856
|
+
Undo = 15
|
|
1857
|
+
Redo = 16
|
|
1858
|
+
class TappedEventHandler(MulticastDelegate):
|
|
1859
|
+
extends: IUnknown
|
|
1860
|
+
_iid_ = Guid('{b60074f3-125b-534e-8f9c-9769bd3f0f64}')
|
|
1861
|
+
@winrt_commethod(3)
|
|
1862
|
+
def Invoke(self, sender: IInspectable, e: win32more.Microsoft.UI.Xaml.Input.TappedRoutedEventArgs) -> Void: ...
|
|
1863
|
+
class TappedRoutedEventArgs(ComPtr):
|
|
1864
|
+
extends: win32more.Microsoft.UI.Xaml.RoutedEventArgs
|
|
1865
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.ITappedRoutedEventArgs
|
|
1866
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.TappedRoutedEventArgs'
|
|
1867
|
+
def __init__(self, *args, **kwargs):
|
|
1868
|
+
if kwargs:
|
|
1869
|
+
super().__init__(**kwargs)
|
|
1870
|
+
elif len(args) == 0:
|
|
1871
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.TappedRoutedEventArgs.CreateInstance(*args))
|
|
1872
|
+
else:
|
|
1873
|
+
raise ValueError('no matched constructor')
|
|
1874
|
+
@winrt_activatemethod
|
|
1875
|
+
def CreateInstance(cls) -> win32more.Microsoft.UI.Xaml.Input.TappedRoutedEventArgs: ...
|
|
1876
|
+
@winrt_mixinmethod
|
|
1877
|
+
def get_PointerDeviceType(self: win32more.Microsoft.UI.Xaml.Input.ITappedRoutedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
|
|
1878
|
+
@winrt_mixinmethod
|
|
1879
|
+
def get_Handled(self: win32more.Microsoft.UI.Xaml.Input.ITappedRoutedEventArgs) -> Boolean: ...
|
|
1880
|
+
@winrt_mixinmethod
|
|
1881
|
+
def put_Handled(self: win32more.Microsoft.UI.Xaml.Input.ITappedRoutedEventArgs, value: Boolean) -> Void: ...
|
|
1882
|
+
@winrt_mixinmethod
|
|
1883
|
+
def GetPosition(self: win32more.Microsoft.UI.Xaml.Input.ITappedRoutedEventArgs, relativeTo: win32more.Microsoft.UI.Xaml.UIElement) -> win32more.Windows.Foundation.Point: ...
|
|
1884
|
+
Handled = property(get_Handled, put_Handled)
|
|
1885
|
+
PointerDeviceType = property(get_PointerDeviceType, None)
|
|
1886
|
+
class XYFocusKeyboardNavigationMode(Enum, Int32):
|
|
1887
|
+
Auto = 0
|
|
1888
|
+
Enabled = 1
|
|
1889
|
+
Disabled = 2
|
|
1890
|
+
class XYFocusNavigationStrategy(Enum, Int32):
|
|
1891
|
+
Auto = 0
|
|
1892
|
+
Projection = 1
|
|
1893
|
+
NavigationDirectionDistance = 2
|
|
1894
|
+
RectilinearDistance = 3
|
|
1895
|
+
class XYFocusNavigationStrategyOverride(Enum, Int32):
|
|
1896
|
+
None_ = 0
|
|
1897
|
+
Auto = 1
|
|
1898
|
+
Projection = 2
|
|
1899
|
+
NavigationDirectionDistance = 3
|
|
1900
|
+
RectilinearDistance = 4
|
|
1901
|
+
class _XamlUICommand_Meta_(ComPtr.__class__):
|
|
1902
|
+
pass
|
|
1903
|
+
class XamlUICommand(ComPtr, metaclass=_XamlUICommand_Meta_):
|
|
1904
|
+
extends: win32more.Microsoft.UI.Xaml.DependencyObject
|
|
1905
|
+
default_interface: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand
|
|
1906
|
+
_classid_ = 'Microsoft.UI.Xaml.Input.XamlUICommand'
|
|
1907
|
+
def __init__(self, *args, **kwargs):
|
|
1908
|
+
if kwargs:
|
|
1909
|
+
super().__init__(**kwargs)
|
|
1910
|
+
elif len(args) == 0:
|
|
1911
|
+
super().__init__(move=win32more.Microsoft.UI.Xaml.Input.XamlUICommand.CreateInstance(*args, None, None))
|
|
1912
|
+
else:
|
|
1913
|
+
raise ValueError('no matched constructor')
|
|
1914
|
+
@winrt_factorymethod
|
|
1915
|
+
def CreateInstance(cls: win32more.Microsoft.UI.Xaml.Input.IXamlUICommandFactory, baseInterface: IInspectable, innerInterface: POINTER(IInspectable)) -> win32more.Microsoft.UI.Xaml.Input.XamlUICommand: ...
|
|
1916
|
+
@winrt_mixinmethod
|
|
1917
|
+
def get_Label(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand) -> WinRT_String: ...
|
|
1918
|
+
@winrt_mixinmethod
|
|
1919
|
+
def put_Label(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand, value: WinRT_String) -> Void: ...
|
|
1920
|
+
@winrt_mixinmethod
|
|
1921
|
+
def get_IconSource(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand) -> win32more.Microsoft.UI.Xaml.Controls.IconSource: ...
|
|
1922
|
+
@winrt_mixinmethod
|
|
1923
|
+
def put_IconSource(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand, value: win32more.Microsoft.UI.Xaml.Controls.IconSource) -> Void: ...
|
|
1924
|
+
@winrt_mixinmethod
|
|
1925
|
+
def get_KeyboardAccelerators(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Xaml.Input.KeyboardAccelerator]: ...
|
|
1926
|
+
@winrt_mixinmethod
|
|
1927
|
+
def get_AccessKey(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand) -> WinRT_String: ...
|
|
1928
|
+
@winrt_mixinmethod
|
|
1929
|
+
def put_AccessKey(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand, value: WinRT_String) -> Void: ...
|
|
1930
|
+
@winrt_mixinmethod
|
|
1931
|
+
def get_Description(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand) -> WinRT_String: ...
|
|
1932
|
+
@winrt_mixinmethod
|
|
1933
|
+
def put_Description(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand, value: WinRT_String) -> Void: ...
|
|
1934
|
+
@winrt_mixinmethod
|
|
1935
|
+
def get_Command(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand) -> win32more.Microsoft.UI.Xaml.Input.ICommand: ...
|
|
1936
|
+
@winrt_mixinmethod
|
|
1937
|
+
def put_Command(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand, value: win32more.Microsoft.UI.Xaml.Input.ICommand) -> Void: ...
|
|
1938
|
+
@winrt_mixinmethod
|
|
1939
|
+
def add_ExecuteRequested(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Xaml.Input.XamlUICommand, win32more.Microsoft.UI.Xaml.Input.ExecuteRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1940
|
+
@winrt_mixinmethod
|
|
1941
|
+
def remove_ExecuteRequested(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1942
|
+
@winrt_mixinmethod
|
|
1943
|
+
def add_CanExecuteRequested(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Xaml.Input.XamlUICommand, win32more.Microsoft.UI.Xaml.Input.CanExecuteRequestedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1944
|
+
@winrt_mixinmethod
|
|
1945
|
+
def remove_CanExecuteRequested(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1946
|
+
@winrt_mixinmethod
|
|
1947
|
+
def NotifyCanExecuteChanged(self: win32more.Microsoft.UI.Xaml.Input.IXamlUICommand) -> Void: ...
|
|
1948
|
+
@winrt_mixinmethod
|
|
1949
|
+
def add_CanExecuteChanged(self: win32more.Microsoft.UI.Xaml.Input.ICommand, handler: win32more.Windows.Foundation.EventHandler[IInspectable]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
1950
|
+
@winrt_mixinmethod
|
|
1951
|
+
def remove_CanExecuteChanged(self: win32more.Microsoft.UI.Xaml.Input.ICommand, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
1952
|
+
@winrt_mixinmethod
|
|
1953
|
+
def CanExecute(self: win32more.Microsoft.UI.Xaml.Input.ICommand, parameter: IInspectable) -> Boolean: ...
|
|
1954
|
+
@winrt_mixinmethod
|
|
1955
|
+
def Execute(self: win32more.Microsoft.UI.Xaml.Input.ICommand, parameter: IInspectable) -> Void: ...
|
|
1956
|
+
@winrt_classmethod
|
|
1957
|
+
def get_LabelProperty(cls: win32more.Microsoft.UI.Xaml.Input.IXamlUICommandStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1958
|
+
@winrt_classmethod
|
|
1959
|
+
def get_IconSourceProperty(cls: win32more.Microsoft.UI.Xaml.Input.IXamlUICommandStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1960
|
+
@winrt_classmethod
|
|
1961
|
+
def get_KeyboardAcceleratorsProperty(cls: win32more.Microsoft.UI.Xaml.Input.IXamlUICommandStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1962
|
+
@winrt_classmethod
|
|
1963
|
+
def get_AccessKeyProperty(cls: win32more.Microsoft.UI.Xaml.Input.IXamlUICommandStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1964
|
+
@winrt_classmethod
|
|
1965
|
+
def get_DescriptionProperty(cls: win32more.Microsoft.UI.Xaml.Input.IXamlUICommandStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1966
|
+
@winrt_classmethod
|
|
1967
|
+
def get_CommandProperty(cls: win32more.Microsoft.UI.Xaml.Input.IXamlUICommandStatics) -> win32more.Microsoft.UI.Xaml.DependencyProperty: ...
|
|
1968
|
+
AccessKey = property(get_AccessKey, put_AccessKey)
|
|
1969
|
+
Command = property(get_Command, put_Command)
|
|
1970
|
+
Description = property(get_Description, put_Description)
|
|
1971
|
+
IconSource = property(get_IconSource, put_IconSource)
|
|
1972
|
+
KeyboardAccelerators = property(get_KeyboardAccelerators, None)
|
|
1973
|
+
Label = property(get_Label, put_Label)
|
|
1974
|
+
_XamlUICommand_Meta_.AccessKeyProperty = property(get_AccessKeyProperty, None)
|
|
1975
|
+
_XamlUICommand_Meta_.CommandProperty = property(get_CommandProperty, None)
|
|
1976
|
+
_XamlUICommand_Meta_.DescriptionProperty = property(get_DescriptionProperty, None)
|
|
1977
|
+
_XamlUICommand_Meta_.IconSourceProperty = property(get_IconSourceProperty, None)
|
|
1978
|
+
_XamlUICommand_Meta_.KeyboardAcceleratorsProperty = property(get_KeyboardAcceleratorsProperty, None)
|
|
1979
|
+
_XamlUICommand_Meta_.LabelProperty = property(get_LabelProperty, None)
|
|
1980
|
+
ExecuteRequested = event()
|
|
1981
|
+
CanExecuteRequested = event()
|
|
1982
|
+
CanExecuteChanged = event()
|
|
1983
|
+
|
|
1984
|
+
|
|
1985
|
+
make_ready(__name__)
|