win32more-Microsoft.WindowsAppSDK 0.7.1.6.250430001__py2.py3-none-any.whl → 0.8.1.8.251003001__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. win32more/Microsoft/Foundation/__init__.py +1 -1
  2. win32more/Microsoft/Graphics/DirectX/__init__.py +4 -0
  3. win32more/Microsoft/Graphics/Display/__init__.py +2 -0
  4. win32more/Microsoft/Graphics/Imaging/__init__.py +78 -0
  5. win32more/Microsoft/Security/Authentication/OAuth/__init__.py +593 -0
  6. win32more/Microsoft/UI/Composition/Core/__init__.py +4 -4
  7. win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +5 -4
  8. win32more/Microsoft/UI/Composition/Effects/__init__.py +11 -10
  9. win32more/Microsoft/UI/Composition/Interactions/__init__.py +100 -93
  10. win32more/Microsoft/UI/Composition/Scenes/__init__.py +82 -78
  11. win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +46 -42
  12. win32more/Microsoft/UI/Composition/__init__.py +146 -125
  13. win32more/Microsoft/UI/Content/__init__.py +677 -32
  14. win32more/Microsoft/UI/Dispatching/__init__.py +6 -4
  15. win32more/Microsoft/UI/Input/DragDrop/__init__.py +11 -9
  16. win32more/Microsoft/UI/Input/__init__.py +88 -66
  17. win32more/Microsoft/UI/Text/__init__.py +46 -0
  18. win32more/Microsoft/UI/Windowing/__init__.py +112 -21
  19. win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +12 -0
  20. win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +2 -0
  21. win32more/Microsoft/UI/Xaml/Automation/__init__.py +21 -0
  22. win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +19 -0
  23. win32more/Microsoft/UI/Xaml/Controls/__init__.py +369 -0
  24. win32more/Microsoft/UI/Xaml/Data/__init__.py +3 -0
  25. win32more/Microsoft/UI/Xaml/Documents/__init__.py +2 -0
  26. win32more/Microsoft/UI/Xaml/Hosting/__init__.py +1 -0
  27. win32more/Microsoft/UI/Xaml/Input/__init__.py +11 -0
  28. win32more/Microsoft/UI/Xaml/Interop/__init__.py +1 -0
  29. win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +6 -0
  30. win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +3 -0
  31. win32more/Microsoft/UI/Xaml/Media/__init__.py +14 -0
  32. win32more/Microsoft/UI/Xaml/Navigation/__init__.py +2 -0
  33. win32more/Microsoft/UI/Xaml/Printing/__init__.py +1 -0
  34. win32more/Microsoft/UI/Xaml/__init__.py +101 -2
  35. win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +198 -0
  36. win32more/Microsoft/Windows/AI/Foundation/__init__.py +46 -0
  37. win32more/Microsoft/Windows/AI/Imaging/__init__.py +369 -0
  38. win32more/Microsoft/Windows/AI/MachineLearning/__init__.py +125 -0
  39. win32more/Microsoft/Windows/AI/Text/__init__.py +501 -0
  40. win32more/Microsoft/Windows/AI/__init__.py +51 -0
  41. win32more/Microsoft/Windows/AppLifecycle/__init__.py +1 -0
  42. win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +7 -1
  43. win32more/Microsoft/Windows/AppNotifications/__init__.py +4 -1
  44. win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +27 -0
  45. win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +65 -0
  46. win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +2 -0
  47. win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +1 -0
  48. win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +120 -0
  49. win32more/Microsoft/Windows/BadgeNotifications/__init__.py +54 -0
  50. win32more/Microsoft/Windows/Foundation/__init__.py +221 -0
  51. win32more/Microsoft/Windows/Management/Deployment/__init__.py +5 -0
  52. win32more/Microsoft/Windows/Media/Capture/__init__.py +201 -0
  53. win32more/Microsoft/Windows/PushNotifications/__init__.py +1 -0
  54. win32more/Microsoft/Windows/Storage/Pickers/__init__.py +260 -0
  55. win32more/Microsoft/Windows/Storage/__init__.py +2 -0
  56. win32more/Microsoft/Windows/System/Power/__init__.py +8 -0
  57. win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +8 -0
  58. win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +2 -0
  59. win32more/Microsoft/Windows/Widgets/Providers/__init__.py +24 -0
  60. win32more/Microsoft/Windows/Widgets/__init__.py +2 -1
  61. win32more/Microsoft/Windows/Workloads/__init__.py +12 -0
  62. win32more/appsdk/versioninfo.py +2 -2
  63. win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
  64. win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
  65. win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
  66. win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
  67. win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
  68. win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
  69. win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/METADATA +6 -0
  70. win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info/RECORD +85 -0
  71. {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/WHEEL +1 -1
  72. {win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info → win32more_microsoft_windowsappsdk-0.8.1.8.251003001.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +5 -3
  73. win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/METADATA +0 -6
  74. win32more_microsoft_windowsappsdk-0.7.1.6.250430001.dist-info/RECORD +0 -67
@@ -14,13 +14,13 @@ class CharacterReceivedEventArgs(ComPtr):
14
14
  default_interface: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs
15
15
  _classid_ = 'Microsoft.UI.Input.CharacterReceivedEventArgs'
16
16
  @winrt_mixinmethod
17
- def put_Handled(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs, value: Boolean) -> Void: ...
17
+ def get_KeyStatus(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs) -> win32more.Microsoft.UI.Input.PhysicalKeyStatus: ...
18
18
  @winrt_mixinmethod
19
- def get_Handled(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs) -> Boolean: ...
19
+ def put_Handled(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs, value: Boolean) -> Void: ...
20
20
  @winrt_mixinmethod
21
21
  def get_KeyCode(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs) -> UInt32: ...
22
22
  @winrt_mixinmethod
23
- def get_KeyStatus(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs) -> win32more.Microsoft.UI.Input.PhysicalKeyStatus: ...
23
+ def get_Handled(self: win32more.Microsoft.UI.Input.ICharacterReceivedEventArgs) -> Boolean: ...
24
24
  Handled = property(get_Handled, put_Handled)
25
25
  KeyCode = property(get_KeyCode, None)
26
26
  KeyStatus = property(get_KeyStatus, None)
@@ -29,9 +29,9 @@ class ContextMenuKeyEventArgs(ComPtr):
29
29
  default_interface: win32more.Microsoft.UI.Input.IContextMenuKeyEventArgs
30
30
  _classid_ = 'Microsoft.UI.Input.ContextMenuKeyEventArgs'
31
31
  @winrt_mixinmethod
32
- def get_Handled(self: win32more.Microsoft.UI.Input.IContextMenuKeyEventArgs) -> Boolean: ...
33
- @winrt_mixinmethod
34
32
  def put_Handled(self: win32more.Microsoft.UI.Input.IContextMenuKeyEventArgs, value: Boolean) -> Void: ...
33
+ @winrt_mixinmethod
34
+ def get_Handled(self: win32more.Microsoft.UI.Input.IContextMenuKeyEventArgs) -> Boolean: ...
35
35
  Handled = property(get_Handled, put_Handled)
36
36
  class CrossSlideThresholds(Structure):
37
37
  _name_ = 'Microsoft.UI.Input.CrossSlideThresholds'
@@ -44,15 +44,16 @@ class CrossSlidingEventArgs(ComPtr):
44
44
  default_interface: win32more.Microsoft.UI.Input.ICrossSlidingEventArgs
45
45
  _classid_ = 'Microsoft.UI.Input.CrossSlidingEventArgs'
46
46
  @winrt_mixinmethod
47
- def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.ICrossSlidingEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
48
- @winrt_mixinmethod
49
47
  def get_CrossSlidingState(self: win32more.Microsoft.UI.Input.ICrossSlidingEventArgs) -> win32more.Microsoft.UI.Input.CrossSlidingState: ...
50
48
  @winrt_mixinmethod
49
+ def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.ICrossSlidingEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
50
+ @winrt_mixinmethod
51
51
  def get_Position(self: win32more.Microsoft.UI.Input.ICrossSlidingEventArgs) -> win32more.Windows.Foundation.Point: ...
52
52
  CrossSlidingState = property(get_CrossSlidingState, None)
53
53
  PointerDeviceType = property(get_PointerDeviceType, None)
54
54
  Position = property(get_Position, None)
55
55
  class CrossSlidingState(Enum, Int32):
56
+ _name_ = 'Microsoft.UI.Input.CrossSlidingState'
56
57
  Started = 0
57
58
  Dragging = 1
58
59
  Selecting = 2
@@ -74,6 +75,7 @@ class DraggingEventArgs(ComPtr):
74
75
  PointerDeviceType = property(get_PointerDeviceType, None)
75
76
  Position = property(get_Position, None)
76
77
  class DraggingState(Enum, Int32):
78
+ _name_ = 'Microsoft.UI.Input.DraggingState'
77
79
  Started = 0
78
80
  Continuing = 1
79
81
  Completed = 2
@@ -92,13 +94,13 @@ class EnteringMoveSizeEventArgs(ComPtr):
92
94
  default_interface: win32more.Microsoft.UI.Input.IEnteringMoveSizeEventArgs
93
95
  _classid_ = 'Microsoft.UI.Input.EnteringMoveSizeEventArgs'
94
96
  @winrt_mixinmethod
95
- def put_MoveSizeWindowId(self: win32more.Microsoft.UI.Input.IEnteringMoveSizeEventArgs, value: win32more.Microsoft.UI.WindowId) -> Void: ...
97
+ def get_MoveSizeWindowId(self: win32more.Microsoft.UI.Input.IEnteringMoveSizeEventArgs) -> win32more.Microsoft.UI.WindowId: ...
96
98
  @winrt_mixinmethod
97
99
  def get_MoveSizeOperation(self: win32more.Microsoft.UI.Input.IEnteringMoveSizeEventArgs) -> win32more.Microsoft.UI.Input.MoveSizeOperation: ...
98
100
  @winrt_mixinmethod
99
- def get_MoveSizeWindowId(self: win32more.Microsoft.UI.Input.IEnteringMoveSizeEventArgs) -> win32more.Microsoft.UI.WindowId: ...
100
- @winrt_mixinmethod
101
101
  def get_PointerScreenPoint(self: win32more.Microsoft.UI.Input.IEnteringMoveSizeEventArgs) -> win32more.Windows.Graphics.PointInt32: ...
102
+ @winrt_mixinmethod
103
+ def put_MoveSizeWindowId(self: win32more.Microsoft.UI.Input.IEnteringMoveSizeEventArgs, value: win32more.Microsoft.UI.WindowId) -> Void: ...
102
104
  MoveSizeOperation = property(get_MoveSizeOperation, None)
103
105
  MoveSizeWindowId = property(get_MoveSizeWindowId, put_MoveSizeWindowId)
104
106
  PointerScreenPoint = property(get_PointerScreenPoint, None)
@@ -117,11 +119,12 @@ class FocusChangedEventArgs(ComPtr):
117
119
  default_interface: win32more.Microsoft.UI.Input.IFocusChangedEventArgs
118
120
  _classid_ = 'Microsoft.UI.Input.FocusChangedEventArgs'
119
121
  @winrt_mixinmethod
120
- def put_Handled(self: win32more.Microsoft.UI.Input.IFocusChangedEventArgs, value: Boolean) -> Void: ...
121
- @winrt_mixinmethod
122
122
  def get_Handled(self: win32more.Microsoft.UI.Input.IFocusChangedEventArgs) -> Boolean: ...
123
+ @winrt_mixinmethod
124
+ def put_Handled(self: win32more.Microsoft.UI.Input.IFocusChangedEventArgs, value: Boolean) -> Void: ...
123
125
  Handled = property(get_Handled, put_Handled)
124
126
  class FocusNavigationReason(Enum, Int32):
127
+ _name_ = 'Microsoft.UI.Input.FocusNavigationReason'
125
128
  Programmatic = 0
126
129
  Restore = 1
127
130
  First = 2
@@ -162,6 +165,7 @@ class FocusNavigationRequestEventArgs(ComPtr):
162
165
  Request = property(get_Request, None)
163
166
  Result = property(get_Result, put_Result)
164
167
  class FocusNavigationResult(Enum, Int32):
168
+ _name_ = 'Microsoft.UI.Input.FocusNavigationResult'
165
169
  NotMoved = 0
166
170
  Moved = 1
167
171
  NoFocusableElements = 2
@@ -179,7 +183,7 @@ class GestureRecognizer(ComPtr):
179
183
  @winrt_activatemethod
180
184
  def CreateInstance(cls) -> win32more.Microsoft.UI.Input.GestureRecognizer: ...
181
185
  @winrt_mixinmethod
182
- def put_ShowGestureFeedback(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
186
+ def get_CrossSlideHorizontally(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Boolean: ...
183
187
  @winrt_mixinmethod
184
188
  def put_AutoProcessInertia(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
185
189
  @winrt_mixinmethod
@@ -187,7 +191,7 @@ class GestureRecognizer(ComPtr):
187
191
  @winrt_mixinmethod
188
192
  def put_CrossSlideExact(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
189
193
  @winrt_mixinmethod
190
- def get_CrossSlideHorizontally(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Boolean: ...
194
+ def put_ManipulationExact(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
191
195
  @winrt_mixinmethod
192
196
  def put_CrossSlideHorizontally(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
193
197
  @winrt_mixinmethod
@@ -227,7 +231,7 @@ class GestureRecognizer(ComPtr):
227
231
  @winrt_mixinmethod
228
232
  def put_InertiaRotationDeceleration(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Single) -> Void: ...
229
233
  @winrt_mixinmethod
230
- def get_AutoProcessInertia(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Boolean: ...
234
+ def get_InertiaTranslationDeceleration(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Single: ...
231
235
  @winrt_mixinmethod
232
236
  def put_InertiaTranslationDeceleration(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Single) -> Void: ...
233
237
  @winrt_mixinmethod
@@ -237,15 +241,15 @@ class GestureRecognizer(ComPtr):
237
241
  @winrt_mixinmethod
238
242
  def get_ManipulationExact(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Boolean: ...
239
243
  @winrt_mixinmethod
240
- def put_ManipulationExact(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
244
+ def get_AutoProcessInertia(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Boolean: ...
241
245
  @winrt_mixinmethod
242
246
  def get_MouseWheelParameters(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> win32more.Microsoft.UI.Input.MouseWheelParameters: ...
243
247
  @winrt_mixinmethod
244
248
  def get_ShowGestureFeedback(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Boolean: ...
245
249
  @winrt_mixinmethod
246
- def remove_ManipulationCompleted(self: win32more.Microsoft.UI.Input.IGestureRecognizer, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
250
+ def put_ShowGestureFeedback(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: Boolean) -> Void: ...
247
251
  @winrt_mixinmethod
248
- def get_InertiaTranslationDeceleration(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Single: ...
252
+ def CanBeDoubleTap(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: win32more.Microsoft.UI.Input.PointerPoint) -> Boolean: ...
249
253
  @winrt_mixinmethod
250
254
  def CompleteGesture(self: win32more.Microsoft.UI.Input.IGestureRecognizer) -> Void: ...
251
255
  @winrt_mixinmethod
@@ -289,7 +293,7 @@ class GestureRecognizer(ComPtr):
289
293
  @winrt_mixinmethod
290
294
  def add_ManipulationCompleted(self: win32more.Microsoft.UI.Input.IGestureRecognizer, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.GestureRecognizer, win32more.Microsoft.UI.Input.ManipulationCompletedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
291
295
  @winrt_mixinmethod
292
- def CanBeDoubleTap(self: win32more.Microsoft.UI.Input.IGestureRecognizer, value: win32more.Microsoft.UI.Input.PointerPoint) -> Boolean: ...
296
+ def remove_ManipulationCompleted(self: win32more.Microsoft.UI.Input.IGestureRecognizer, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
293
297
  @winrt_mixinmethod
294
298
  def add_CrossSliding(self: win32more.Microsoft.UI.Input.IGestureRecognizer, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.GestureRecognizer, win32more.Microsoft.UI.Input.CrossSlidingEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
295
299
  @winrt_mixinmethod
@@ -322,6 +326,7 @@ class GestureRecognizer(ComPtr):
322
326
  RightTapped = event(add_RightTapped, remove_RightTapped)
323
327
  Tapped = event(add_Tapped, remove_Tapped)
324
328
  class GestureSettings(Enum, UInt32):
329
+ _name_ = 'Microsoft.UI.Input.GestureSettings'
325
330
  None_ = 0
326
331
  Tap = 1
327
332
  DoubleTap = 2
@@ -354,6 +359,7 @@ class HoldingEventArgs(ComPtr):
354
359
  PointerDeviceType = property(get_PointerDeviceType, None)
355
360
  Position = property(get_Position, None)
356
361
  class HoldingState(Enum, Int32):
362
+ _name_ = 'Microsoft.UI.Input.HoldingState'
357
363
  Started = 0
358
364
  Completed = 1
359
365
  Canceled = 2
@@ -788,6 +794,12 @@ class IInputFocusNavigationHostStatics(ComPtr):
788
794
  _iid_ = Guid('{c9c62cd1-73db-5aa9-b89d-143509db8f37}')
789
795
  @winrt_commethod(6)
790
796
  def GetForSiteBridge(self, site: win32more.Microsoft.UI.Content.IContentSiteBridge) -> win32more.Microsoft.UI.Input.InputFocusNavigationHost: ...
797
+ class IInputFocusNavigationHostStatics2(ComPtr):
798
+ extends: IInspectable
799
+ _classid_ = 'Microsoft.UI.Input.IInputFocusNavigationHostStatics2'
800
+ _iid_ = Guid('{82505f60-ef7b-55d8-8362-8cc2840266a1}')
801
+ @winrt_commethod(6)
802
+ def GetForSiteLink(self, contentSiteLink: win32more.Microsoft.UI.Content.IContentSiteLink) -> win32more.Microsoft.UI.Input.InputFocusNavigationHost: ...
791
803
  class IInputKeyboardSource(ComPtr):
792
804
  extends: IInspectable
793
805
  _classid_ = 'Microsoft.UI.Input.IInputKeyboardSource'
@@ -1403,11 +1415,11 @@ class InputActivationListener(ComPtr):
1403
1415
  default_interface: win32more.Microsoft.UI.Input.IInputActivationListener
1404
1416
  _classid_ = 'Microsoft.UI.Input.InputActivationListener'
1405
1417
  @winrt_mixinmethod
1418
+ def remove_InputActivationChanged(self: win32more.Microsoft.UI.Input.IInputActivationListener, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1419
+ @winrt_mixinmethod
1406
1420
  def get_State(self: win32more.Microsoft.UI.Input.IInputActivationListener) -> win32more.Microsoft.UI.Input.InputActivationState: ...
1407
1421
  @winrt_mixinmethod
1408
1422
  def add_InputActivationChanged(self: win32more.Microsoft.UI.Input.IInputActivationListener, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputActivationListener, win32more.Microsoft.UI.Input.InputActivationListenerActivationChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1409
- @winrt_mixinmethod
1410
- def remove_InputActivationChanged(self: win32more.Microsoft.UI.Input.IInputActivationListener, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1411
1423
  @winrt_classmethod
1412
1424
  def GetForIsland(cls: win32more.Microsoft.UI.Input.IInputActivationListenerStatics2, island: win32more.Microsoft.UI.Content.ContentIsland) -> win32more.Microsoft.UI.Input.InputActivationListener: ...
1413
1425
  @winrt_classmethod
@@ -1419,6 +1431,7 @@ class InputActivationListenerActivationChangedEventArgs(ComPtr):
1419
1431
  default_interface: win32more.Microsoft.UI.Input.IInputActivationListenerActivationChangedEventArgs
1420
1432
  _classid_ = 'Microsoft.UI.Input.InputActivationListenerActivationChangedEventArgs'
1421
1433
  class InputActivationState(Enum, Int32):
1434
+ _name_ = 'Microsoft.UI.Input.InputActivationState'
1422
1435
  None_ = 0
1423
1436
  Deactivated = 1
1424
1437
  Activated = 2
@@ -1468,7 +1481,7 @@ class InputFocusController(ComPtr):
1468
1481
  default_interface: win32more.Microsoft.UI.Input.IInputFocusController
1469
1482
  _classid_ = 'Microsoft.UI.Input.InputFocusController'
1470
1483
  @winrt_mixinmethod
1471
- def get_HasFocus(self: win32more.Microsoft.UI.Input.IInputFocusController) -> Boolean: ...
1484
+ def TrySetFocus(self: win32more.Microsoft.UI.Input.IInputFocusController) -> Boolean: ...
1472
1485
  @winrt_mixinmethod
1473
1486
  def add_GotFocus(self: win32more.Microsoft.UI.Input.IInputFocusController, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputFocusController, win32more.Microsoft.UI.Input.FocusChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1474
1487
  @winrt_mixinmethod
@@ -1484,7 +1497,7 @@ class InputFocusController(ComPtr):
1484
1497
  @winrt_mixinmethod
1485
1498
  def remove_NavigateFocusRequested(self: win32more.Microsoft.UI.Input.IInputFocusController2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1486
1499
  @winrt_mixinmethod
1487
- def TrySetFocus(self: win32more.Microsoft.UI.Input.IInputFocusController) -> Boolean: ...
1500
+ def get_HasFocus(self: win32more.Microsoft.UI.Input.IInputFocusController) -> Boolean: ...
1488
1501
  @winrt_classmethod
1489
1502
  def GetForIsland(cls: win32more.Microsoft.UI.Input.IInputFocusControllerStatics, island: win32more.Microsoft.UI.Content.ContentIsland) -> win32more.Microsoft.UI.Input.InputFocusController: ...
1490
1503
  HasFocus = property(get_HasFocus, None)
@@ -1496,13 +1509,15 @@ class InputFocusNavigationHost(ComPtr):
1496
1509
  default_interface: win32more.Microsoft.UI.Input.IInputFocusNavigationHost
1497
1510
  _classid_ = 'Microsoft.UI.Input.InputFocusNavigationHost'
1498
1511
  @winrt_mixinmethod
1499
- def add_DepartFocusRequested(self: win32more.Microsoft.UI.Input.IInputFocusNavigationHost, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputFocusNavigationHost, win32more.Microsoft.UI.Input.FocusNavigationRequestEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1500
- @winrt_mixinmethod
1501
1512
  def get_ContainsFocus(self: win32more.Microsoft.UI.Input.IInputFocusNavigationHost) -> Boolean: ...
1502
1513
  @winrt_mixinmethod
1514
+ def NavigateFocus(self: win32more.Microsoft.UI.Input.IInputFocusNavigationHost, request: win32more.Microsoft.UI.Input.FocusNavigationRequest) -> win32more.Microsoft.UI.Input.FocusNavigationResult: ...
1515
+ @winrt_mixinmethod
1503
1516
  def remove_DepartFocusRequested(self: win32more.Microsoft.UI.Input.IInputFocusNavigationHost, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1504
1517
  @winrt_mixinmethod
1505
- def NavigateFocus(self: win32more.Microsoft.UI.Input.IInputFocusNavigationHost, request: win32more.Microsoft.UI.Input.FocusNavigationRequest) -> win32more.Microsoft.UI.Input.FocusNavigationResult: ...
1518
+ def add_DepartFocusRequested(self: win32more.Microsoft.UI.Input.IInputFocusNavigationHost, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputFocusNavigationHost, win32more.Microsoft.UI.Input.FocusNavigationRequestEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1519
+ @winrt_classmethod
1520
+ def GetForSiteLink(cls: win32more.Microsoft.UI.Input.IInputFocusNavigationHostStatics2, contentSiteLink: win32more.Microsoft.UI.Content.IContentSiteLink) -> win32more.Microsoft.UI.Input.InputFocusNavigationHost: ...
1506
1521
  @winrt_classmethod
1507
1522
  def GetForSiteBridge(cls: win32more.Microsoft.UI.Input.IInputFocusNavigationHostStatics, site: win32more.Microsoft.UI.Content.IContentSiteBridge) -> win32more.Microsoft.UI.Input.InputFocusNavigationHost: ...
1508
1523
  ContainsFocus = property(get_ContainsFocus, None)
@@ -1520,11 +1535,11 @@ class InputKeyboardSource(ComPtr):
1520
1535
  @winrt_mixinmethod
1521
1536
  def add_ContextMenuKey(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputKeyboardSource, win32more.Microsoft.UI.Input.ContextMenuKeyEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1522
1537
  @winrt_mixinmethod
1523
- def GetCurrentKeyState(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, virtualKey: win32more.Windows.System.VirtualKey) -> win32more.Microsoft.UI.Input.VirtualKeyStates: ...
1538
+ def remove_ContextMenuKey(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1524
1539
  @winrt_mixinmethod
1525
1540
  def add_KeyDown(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputKeyboardSource, win32more.Microsoft.UI.Input.KeyEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1526
1541
  @winrt_mixinmethod
1527
- def remove_ContextMenuKey(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1542
+ def GetKeyState(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, virtualKey: win32more.Windows.System.VirtualKey) -> win32more.Microsoft.UI.Input.VirtualKeyStates: ...
1528
1543
  @winrt_mixinmethod
1529
1544
  def add_KeyUp(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputKeyboardSource, win32more.Microsoft.UI.Input.KeyEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1530
1545
  @winrt_mixinmethod
@@ -1534,7 +1549,7 @@ class InputKeyboardSource(ComPtr):
1534
1549
  @winrt_mixinmethod
1535
1550
  def remove_SystemKeyDown(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1536
1551
  @winrt_mixinmethod
1537
- def GetKeyState(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, virtualKey: win32more.Windows.System.VirtualKey) -> win32more.Microsoft.UI.Input.VirtualKeyStates: ...
1552
+ def GetCurrentKeyState(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, virtualKey: win32more.Windows.System.VirtualKey) -> win32more.Microsoft.UI.Input.VirtualKeyStates: ...
1538
1553
  @winrt_mixinmethod
1539
1554
  def remove_SystemKeyUp(self: win32more.Microsoft.UI.Input.IInputKeyboardSource2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1540
1555
  @winrt_mixinmethod
@@ -1554,9 +1569,9 @@ class InputLightDismissAction(ComPtr):
1554
1569
  default_interface: win32more.Microsoft.UI.Input.IInputLightDismissAction
1555
1570
  _classid_ = 'Microsoft.UI.Input.InputLightDismissAction'
1556
1571
  @winrt_mixinmethod
1557
- def add_Dismissed(self: win32more.Microsoft.UI.Input.IInputLightDismissAction, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputLightDismissAction, win32more.Microsoft.UI.Input.InputLightDismissEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1558
- @winrt_mixinmethod
1559
1572
  def remove_Dismissed(self: win32more.Microsoft.UI.Input.IInputLightDismissAction, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1573
+ @winrt_mixinmethod
1574
+ def add_Dismissed(self: win32more.Microsoft.UI.Input.IInputLightDismissAction, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputLightDismissAction, win32more.Microsoft.UI.Input.InputLightDismissEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1560
1575
  @winrt_classmethod
1561
1576
  def GetForWindowId(cls: win32more.Microsoft.UI.Input.IInputLightDismissActionStatics, windowId: win32more.Microsoft.UI.WindowId) -> win32more.Microsoft.UI.Input.InputLightDismissAction: ...
1562
1577
  Dismissed = event(add_Dismissed, remove_Dismissed)
@@ -1569,7 +1584,7 @@ class InputNonClientPointerSource(ComPtr):
1569
1584
  default_interface: win32more.Microsoft.UI.Input.IInputNonClientPointerSource
1570
1585
  _classid_ = 'Microsoft.UI.Input.InputNonClientPointerSource'
1571
1586
  @winrt_mixinmethod
1572
- def remove_ExitedMoveSize(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1587
+ def remove_PointerPressed(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1573
1588
  @winrt_mixinmethod
1574
1589
  def ClearRegionRects(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, region: win32more.Microsoft.UI.Input.NonClientRegionKind) -> Void: ...
1575
1590
  @winrt_mixinmethod
@@ -1585,7 +1600,7 @@ class InputNonClientPointerSource(ComPtr):
1585
1600
  @winrt_mixinmethod
1586
1601
  def remove_PointerEntered(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1587
1602
  @winrt_mixinmethod
1588
- def get_DispatcherQueue(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
1603
+ def add_PointerExited(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientPointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1589
1604
  @winrt_mixinmethod
1590
1605
  def remove_PointerExited(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1591
1606
  @winrt_mixinmethod
@@ -1595,11 +1610,11 @@ class InputNonClientPointerSource(ComPtr):
1595
1610
  @winrt_mixinmethod
1596
1611
  def add_PointerPressed(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientPointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1597
1612
  @winrt_mixinmethod
1598
- def remove_PointerPressed(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1613
+ def remove_PointerReleased(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1599
1614
  @winrt_mixinmethod
1600
1615
  def add_PointerReleased(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientPointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1601
1616
  @winrt_mixinmethod
1602
- def remove_PointerReleased(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1617
+ def get_DispatcherQueue(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource) -> win32more.Microsoft.UI.Dispatching.DispatcherQueue: ...
1603
1618
  @winrt_mixinmethod
1604
1619
  def add_RegionsChanged(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientRegionsChangedEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1605
1620
  @winrt_mixinmethod
@@ -1623,7 +1638,7 @@ class InputNonClientPointerSource(ComPtr):
1623
1638
  @winrt_mixinmethod
1624
1639
  def add_ExitedMoveSize(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource2, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.ExitedMoveSizeEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1625
1640
  @winrt_mixinmethod
1626
- def add_PointerExited(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputNonClientPointerSource, win32more.Microsoft.UI.Input.NonClientPointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1641
+ def remove_ExitedMoveSize(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource2, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1627
1642
  @winrt_mixinmethod
1628
1643
  def ClearAllRegionRects(self: win32more.Microsoft.UI.Input.IInputNonClientPointerSource) -> Void: ...
1629
1644
  @winrt_classmethod
@@ -1653,13 +1668,15 @@ class InputPointerSource(ComPtr):
1653
1668
  default_interface: win32more.Microsoft.UI.Input.IInputPointerSource
1654
1669
  _classid_ = 'Microsoft.UI.Input.InputPointerSource'
1655
1670
  @winrt_mixinmethod
1656
- def add_PointerMoved(self: win32more.Microsoft.UI.Input.IInputPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputPointerSource, win32more.Microsoft.UI.Input.PointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1671
+ def remove_PointerCaptureLost(self: win32more.Microsoft.UI.Input.IInputPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1672
+ @winrt_mixinmethod
1673
+ def put_Cursor(self: win32more.Microsoft.UI.Input.IInputPointerSource, value: win32more.Microsoft.UI.Input.InputCursor) -> Void: ...
1657
1674
  @winrt_mixinmethod
1658
1675
  def get_DeviceKinds(self: win32more.Microsoft.UI.Input.IInputPointerSource) -> win32more.Microsoft.UI.Input.InputPointerSourceDeviceKinds: ...
1659
1676
  @winrt_mixinmethod
1660
1677
  def add_PointerCaptureLost(self: win32more.Microsoft.UI.Input.IInputPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputPointerSource, win32more.Microsoft.UI.Input.PointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1661
1678
  @winrt_mixinmethod
1662
- def remove_PointerCaptureLost(self: win32more.Microsoft.UI.Input.IInputPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1679
+ def get_Cursor(self: win32more.Microsoft.UI.Input.IInputPointerSource) -> win32more.Microsoft.UI.Input.InputCursor: ...
1663
1680
  @winrt_mixinmethod
1664
1681
  def add_PointerEntered(self: win32more.Microsoft.UI.Input.IInputPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputPointerSource, win32more.Microsoft.UI.Input.PointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1665
1682
  @winrt_mixinmethod
@@ -1669,7 +1686,7 @@ class InputPointerSource(ComPtr):
1669
1686
  @winrt_mixinmethod
1670
1687
  def remove_PointerExited(self: win32more.Microsoft.UI.Input.IInputPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1671
1688
  @winrt_mixinmethod
1672
- def put_Cursor(self: win32more.Microsoft.UI.Input.IInputPointerSource, value: win32more.Microsoft.UI.Input.InputCursor) -> Void: ...
1689
+ def add_PointerMoved(self: win32more.Microsoft.UI.Input.IInputPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputPointerSource, win32more.Microsoft.UI.Input.PointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1673
1690
  @winrt_mixinmethod
1674
1691
  def remove_PointerMoved(self: win32more.Microsoft.UI.Input.IInputPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1675
1692
  @winrt_mixinmethod
@@ -1696,8 +1713,6 @@ class InputPointerSource(ComPtr):
1696
1713
  def add_PointerWheelChanged(self: win32more.Microsoft.UI.Input.IInputPointerSource, handler: win32more.Windows.Foundation.TypedEventHandler[win32more.Microsoft.UI.Input.InputPointerSource, win32more.Microsoft.UI.Input.PointerEventArgs]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
1697
1714
  @winrt_mixinmethod
1698
1715
  def remove_PointerWheelChanged(self: win32more.Microsoft.UI.Input.IInputPointerSource, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
1699
- @winrt_mixinmethod
1700
- def get_Cursor(self: win32more.Microsoft.UI.Input.IInputPointerSource) -> win32more.Microsoft.UI.Input.InputCursor: ...
1701
1716
  @winrt_classmethod
1702
1717
  def GetForIsland(cls: win32more.Microsoft.UI.Input.IInputPointerSourceStatics, island: win32more.Microsoft.UI.Content.ContentIsland) -> win32more.Microsoft.UI.Input.InputPointerSource: ...
1703
1718
  Cursor = property(get_Cursor, put_Cursor)
@@ -1713,6 +1728,7 @@ class InputPointerSource(ComPtr):
1713
1728
  PointerRoutedTo = event(add_PointerRoutedTo, remove_PointerRoutedTo)
1714
1729
  PointerWheelChanged = event(add_PointerWheelChanged, remove_PointerWheelChanged)
1715
1730
  class InputPointerSourceDeviceKinds(Enum, UInt32):
1731
+ _name_ = 'Microsoft.UI.Input.InputPointerSourceDeviceKinds'
1716
1732
  None_ = 0
1717
1733
  Touch = 1
1718
1734
  Pen = 2
@@ -1733,6 +1749,7 @@ class InputSystemCursor(ComPtr):
1733
1749
  def Create(cls: win32more.Microsoft.UI.Input.IInputSystemCursorStatics, type: win32more.Microsoft.UI.Input.InputSystemCursorShape) -> win32more.Microsoft.UI.Input.InputSystemCursor: ...
1734
1750
  CursorShape = property(get_CursorShape, None)
1735
1751
  class InputSystemCursorShape(Enum, Int32):
1752
+ _name_ = 'Microsoft.UI.Input.InputSystemCursorShape'
1736
1753
  Arrow = 0
1737
1754
  Cross = 1
1738
1755
  Hand = 3
@@ -1754,13 +1771,13 @@ class KeyEventArgs(ComPtr):
1754
1771
  default_interface: win32more.Microsoft.UI.Input.IKeyEventArgs
1755
1772
  _classid_ = 'Microsoft.UI.Input.KeyEventArgs'
1756
1773
  @winrt_mixinmethod
1757
- def get_Timestamp(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> UInt64: ...
1758
- @winrt_mixinmethod
1759
1774
  def put_Handled(self: win32more.Microsoft.UI.Input.IKeyEventArgs, value: Boolean) -> Void: ...
1760
1775
  @winrt_mixinmethod
1776
+ def get_Handled(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> Boolean: ...
1777
+ @winrt_mixinmethod
1761
1778
  def get_KeyStatus(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> win32more.Microsoft.UI.Input.PhysicalKeyStatus: ...
1762
1779
  @winrt_mixinmethod
1763
- def get_Handled(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> Boolean: ...
1780
+ def get_Timestamp(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> UInt64: ...
1764
1781
  @winrt_mixinmethod
1765
1782
  def get_VirtualKey(self: win32more.Microsoft.UI.Input.IKeyEventArgs) -> win32more.Windows.System.VirtualKey: ...
1766
1783
  Handled = property(get_Handled, put_Handled)
@@ -1794,10 +1811,10 @@ class ManipulationInertiaStartingEventArgs(ComPtr):
1794
1811
  default_interface: win32more.Microsoft.UI.Input.IManipulationInertiaStartingEventArgs
1795
1812
  _classid_ = 'Microsoft.UI.Input.ManipulationInertiaStartingEventArgs'
1796
1813
  @winrt_mixinmethod
1797
- def get_Delta(self: win32more.Microsoft.UI.Input.IManipulationInertiaStartingEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
1798
- @winrt_mixinmethod
1799
1814
  def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationInertiaStartingEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
1800
1815
  @winrt_mixinmethod
1816
+ def get_Delta(self: win32more.Microsoft.UI.Input.IManipulationInertiaStartingEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
1817
+ @winrt_mixinmethod
1801
1818
  def get_Cumulative(self: win32more.Microsoft.UI.Input.IManipulationInertiaStartingEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
1802
1819
  @winrt_mixinmethod
1803
1820
  def get_Position(self: win32more.Microsoft.UI.Input.IManipulationInertiaStartingEventArgs) -> win32more.Windows.Foundation.Point: ...
@@ -1813,11 +1830,11 @@ class ManipulationStartedEventArgs(ComPtr):
1813
1830
  default_interface: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs
1814
1831
  _classid_ = 'Microsoft.UI.Input.ManipulationStartedEventArgs'
1815
1832
  @winrt_mixinmethod
1816
- def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
1833
+ def get_Position(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Windows.Foundation.Point: ...
1817
1834
  @winrt_mixinmethod
1818
1835
  def get_Cumulative(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
1819
1836
  @winrt_mixinmethod
1820
- def get_Position(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Windows.Foundation.Point: ...
1837
+ def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationStartedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
1821
1838
  Cumulative = property(get_Cumulative, None)
1822
1839
  PointerDeviceType = property(get_PointerDeviceType, None)
1823
1840
  Position = property(get_Position, None)
@@ -1826,15 +1843,15 @@ class ManipulationUpdatedEventArgs(ComPtr):
1826
1843
  default_interface: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs
1827
1844
  _classid_ = 'Microsoft.UI.Input.ManipulationUpdatedEventArgs'
1828
1845
  @winrt_mixinmethod
1829
- def get_Delta(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
1846
+ def get_Cumulative(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
1830
1847
  @winrt_mixinmethod
1831
- def get_Velocities(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationVelocities: ...
1848
+ def get_Delta(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
1832
1849
  @winrt_mixinmethod
1833
1850
  def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
1834
1851
  @winrt_mixinmethod
1835
1852
  def get_Position(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Windows.Foundation.Point: ...
1836
1853
  @winrt_mixinmethod
1837
- def get_Cumulative(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationDelta: ...
1854
+ def get_Velocities(self: win32more.Microsoft.UI.Input.IManipulationUpdatedEventArgs) -> win32more.Microsoft.UI.Input.ManipulationVelocities: ...
1838
1855
  Cumulative = property(get_Cumulative, None)
1839
1856
  Delta = property(get_Delta, None)
1840
1857
  PointerDeviceType = property(get_PointerDeviceType, None)
@@ -1850,15 +1867,15 @@ class MouseWheelParameters(ComPtr):
1850
1867
  default_interface: win32more.Microsoft.UI.Input.IMouseWheelParameters
1851
1868
  _classid_ = 'Microsoft.UI.Input.MouseWheelParameters'
1852
1869
  @winrt_mixinmethod
1853
- def get_DeltaRotationAngle(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> Single: ...
1870
+ def get_CharTranslation(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> win32more.Windows.Foundation.Point: ...
1854
1871
  @winrt_mixinmethod
1855
1872
  def put_CharTranslation(self: win32more.Microsoft.UI.Input.IMouseWheelParameters, value: win32more.Windows.Foundation.Point) -> Void: ...
1856
1873
  @winrt_mixinmethod
1857
- def get_CharTranslation(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> win32more.Windows.Foundation.Point: ...
1874
+ def get_DeltaScale(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> Single: ...
1858
1875
  @winrt_mixinmethod
1859
1876
  def put_DeltaScale(self: win32more.Microsoft.UI.Input.IMouseWheelParameters, value: Single) -> Void: ...
1860
1877
  @winrt_mixinmethod
1861
- def get_DeltaScale(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> Single: ...
1878
+ def get_DeltaRotationAngle(self: win32more.Microsoft.UI.Input.IMouseWheelParameters) -> Single: ...
1862
1879
  @winrt_mixinmethod
1863
1880
  def put_DeltaRotationAngle(self: win32more.Microsoft.UI.Input.IMouseWheelParameters, value: Single) -> Void: ...
1864
1881
  @winrt_mixinmethod
@@ -1870,6 +1887,7 @@ class MouseWheelParameters(ComPtr):
1870
1887
  DeltaScale = property(get_DeltaScale, put_DeltaScale)
1871
1888
  PageTranslation = property(get_PageTranslation, put_PageTranslation)
1872
1889
  class MoveSizeOperation(Enum, Int32):
1890
+ _name_ = 'Microsoft.UI.Input.MoveSizeOperation'
1873
1891
  Move = 0
1874
1892
  SizeBottom = 1
1875
1893
  SizeBottomLeft = 2
@@ -1894,10 +1912,10 @@ class NonClientPointerEventArgs(ComPtr):
1894
1912
  default_interface: win32more.Microsoft.UI.Input.INonClientPointerEventArgs
1895
1913
  _classid_ = 'Microsoft.UI.Input.NonClientPointerEventArgs'
1896
1914
  @winrt_mixinmethod
1897
- def get_Point(self: win32more.Microsoft.UI.Input.INonClientPointerEventArgs) -> win32more.Windows.Foundation.Point: ...
1898
- @winrt_mixinmethod
1899
1915
  def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.INonClientPointerEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
1900
1916
  @winrt_mixinmethod
1917
+ def get_Point(self: win32more.Microsoft.UI.Input.INonClientPointerEventArgs) -> win32more.Windows.Foundation.Point: ...
1918
+ @winrt_mixinmethod
1901
1919
  def get_RegionKind(self: win32more.Microsoft.UI.Input.INonClientPointerEventArgs) -> win32more.Microsoft.UI.Input.NonClientRegionKind: ...
1902
1920
  @winrt_mixinmethod
1903
1921
  def get_IsPointInRegion(self: win32more.Microsoft.UI.Input.INonClientPointerEventArgs) -> Boolean: ...
@@ -1906,6 +1924,7 @@ class NonClientPointerEventArgs(ComPtr):
1906
1924
  PointerDeviceType = property(get_PointerDeviceType, None)
1907
1925
  RegionKind = property(get_RegionKind, None)
1908
1926
  class NonClientRegionKind(Enum, Int32):
1927
+ _name_ = 'Microsoft.UI.Input.NonClientRegionKind'
1909
1928
  Close = 0
1910
1929
  Maximize = 1
1911
1930
  Minimize = 2
@@ -1932,6 +1951,7 @@ class PhysicalKeyStatus(Structure):
1932
1951
  WasKeyDown: Boolean
1933
1952
  IsKeyReleased: Boolean
1934
1953
  class PointerDeviceType(Enum, Int32):
1954
+ _name_ = 'Microsoft.UI.Input.PointerDeviceType'
1935
1955
  Touch = 0
1936
1956
  Pen = 1
1937
1957
  Mouse = 2
@@ -1941,7 +1961,7 @@ class PointerEventArgs(ComPtr):
1941
1961
  default_interface: win32more.Microsoft.UI.Input.IPointerEventArgs
1942
1962
  _classid_ = 'Microsoft.UI.Input.PointerEventArgs'
1943
1963
  @winrt_mixinmethod
1944
- def GetIntermediateTransformedPoints(self: win32more.Microsoft.UI.Input.IPointerEventArgs, transform: win32more.Microsoft.UI.Input.IPointerPointTransform) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Input.PointerPoint]: ...
1964
+ def GetIntermediatePoints(self: win32more.Microsoft.UI.Input.IPointerEventArgs) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Input.PointerPoint]: ...
1945
1965
  @winrt_mixinmethod
1946
1966
  def get_Handled(self: win32more.Microsoft.UI.Input.IPointerEventArgs) -> Boolean: ...
1947
1967
  @winrt_mixinmethod
@@ -1949,9 +1969,9 @@ class PointerEventArgs(ComPtr):
1949
1969
  @winrt_mixinmethod
1950
1970
  def get_KeyModifiers(self: win32more.Microsoft.UI.Input.IPointerEventArgs) -> win32more.Windows.System.VirtualKeyModifiers: ...
1951
1971
  @winrt_mixinmethod
1952
- def GetIntermediatePoints(self: win32more.Microsoft.UI.Input.IPointerEventArgs) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Input.PointerPoint]: ...
1953
- @winrt_mixinmethod
1954
1972
  def get_CurrentPoint(self: win32more.Microsoft.UI.Input.IPointerEventArgs) -> win32more.Microsoft.UI.Input.PointerPoint: ...
1973
+ @winrt_mixinmethod
1974
+ def GetIntermediateTransformedPoints(self: win32more.Microsoft.UI.Input.IPointerEventArgs, transform: win32more.Microsoft.UI.Input.IPointerPointTransform) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.UI.Input.PointerPoint]: ...
1955
1975
  CurrentPoint = property(get_CurrentPoint, None)
1956
1976
  Handled = property(get_Handled, put_Handled)
1957
1977
  KeyModifiers = property(get_KeyModifiers, None)
@@ -1960,10 +1980,10 @@ class PointerPoint(ComPtr):
1960
1980
  default_interface: win32more.Microsoft.UI.Input.IPointerPoint
1961
1981
  _classid_ = 'Microsoft.UI.Input.PointerPoint'
1962
1982
  @winrt_mixinmethod
1963
- def get_FrameId(self: win32more.Microsoft.UI.Input.IPointerPoint) -> UInt32: ...
1964
- @winrt_mixinmethod
1965
1983
  def get_IsInContact(self: win32more.Microsoft.UI.Input.IPointerPoint) -> Boolean: ...
1966
1984
  @winrt_mixinmethod
1985
+ def get_FrameId(self: win32more.Microsoft.UI.Input.IPointerPoint) -> UInt32: ...
1986
+ @winrt_mixinmethod
1967
1987
  def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.IPointerPoint) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
1968
1988
  @winrt_mixinmethod
1969
1989
  def get_PointerId(self: win32more.Microsoft.UI.Input.IPointerPoint) -> UInt32: ...
@@ -1987,7 +2007,7 @@ class PointerPointProperties(ComPtr):
1987
2007
  default_interface: win32more.Microsoft.UI.Input.IPointerPointProperties
1988
2008
  _classid_ = 'Microsoft.UI.Input.PointerPointProperties'
1989
2009
  @winrt_mixinmethod
1990
- def get_IsPrimary(self: win32more.Microsoft.UI.Input.IPointerPointProperties) -> Boolean: ...
2010
+ def get_IsInRange(self: win32more.Microsoft.UI.Input.IPointerPointProperties) -> Boolean: ...
1991
2011
  @winrt_mixinmethod
1992
2012
  def get_IsBarrelButtonPressed(self: win32more.Microsoft.UI.Input.IPointerPointProperties) -> Boolean: ...
1993
2013
  @winrt_mixinmethod
@@ -1997,7 +2017,7 @@ class PointerPointProperties(ComPtr):
1997
2017
  @winrt_mixinmethod
1998
2018
  def get_IsHorizontalMouseWheel(self: win32more.Microsoft.UI.Input.IPointerPointProperties) -> Boolean: ...
1999
2019
  @winrt_mixinmethod
2000
- def get_IsInRange(self: win32more.Microsoft.UI.Input.IPointerPointProperties) -> Boolean: ...
2020
+ def get_ContactRect(self: win32more.Microsoft.UI.Input.IPointerPointProperties) -> win32more.Windows.Foundation.Rect: ...
2001
2021
  @winrt_mixinmethod
2002
2022
  def get_IsInverted(self: win32more.Microsoft.UI.Input.IPointerPointProperties) -> Boolean: ...
2003
2023
  @winrt_mixinmethod
@@ -2005,7 +2025,7 @@ class PointerPointProperties(ComPtr):
2005
2025
  @winrt_mixinmethod
2006
2026
  def get_IsMiddleButtonPressed(self: win32more.Microsoft.UI.Input.IPointerPointProperties) -> Boolean: ...
2007
2027
  @winrt_mixinmethod
2008
- def get_ContactRect(self: win32more.Microsoft.UI.Input.IPointerPointProperties) -> win32more.Windows.Foundation.Rect: ...
2028
+ def get_IsPrimary(self: win32more.Microsoft.UI.Input.IPointerPointProperties) -> Boolean: ...
2009
2029
  @winrt_mixinmethod
2010
2030
  def get_IsRightButtonPressed(self: win32more.Microsoft.UI.Input.IPointerPointProperties) -> Boolean: ...
2011
2031
  @winrt_mixinmethod
@@ -2066,6 +2086,7 @@ class PointerPredictor(ComPtr):
2066
2086
  def CreateForInputPointerSource(cls: win32more.Microsoft.UI.Input.IPointerPredictorStatics, inputPointerSource: win32more.Microsoft.UI.Input.InputPointerSource) -> win32more.Microsoft.UI.Input.PointerPredictor: ...
2067
2087
  PredictionTime = property(get_PredictionTime, put_PredictionTime)
2068
2088
  class PointerUpdateKind(Enum, Int32):
2089
+ _name_ = 'Microsoft.UI.Input.PointerUpdateKind'
2069
2090
  Other = 0
2070
2091
  LeftButtonPressed = 1
2071
2092
  LeftButtonReleased = 2
@@ -2092,15 +2113,16 @@ class TappedEventArgs(ComPtr):
2092
2113
  default_interface: win32more.Microsoft.UI.Input.ITappedEventArgs
2093
2114
  _classid_ = 'Microsoft.UI.Input.TappedEventArgs'
2094
2115
  @winrt_mixinmethod
2095
- def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.ITappedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
2116
+ def get_TapCount(self: win32more.Microsoft.UI.Input.ITappedEventArgs) -> UInt32: ...
2096
2117
  @winrt_mixinmethod
2097
2118
  def get_Position(self: win32more.Microsoft.UI.Input.ITappedEventArgs) -> win32more.Windows.Foundation.Point: ...
2098
2119
  @winrt_mixinmethod
2099
- def get_TapCount(self: win32more.Microsoft.UI.Input.ITappedEventArgs) -> UInt32: ...
2120
+ def get_PointerDeviceType(self: win32more.Microsoft.UI.Input.ITappedEventArgs) -> win32more.Microsoft.UI.Input.PointerDeviceType: ...
2100
2121
  PointerDeviceType = property(get_PointerDeviceType, None)
2101
2122
  Position = property(get_Position, None)
2102
2123
  TapCount = property(get_TapCount, None)
2103
2124
  class VirtualKeyStates(Enum, UInt32):
2125
+ _name_ = 'Microsoft.UI.Input.VirtualKeyStates'
2104
2126
  None_ = 0
2105
2127
  Down = 1
2106
2128
  Locked = 2