halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

feat(windows_foundation): add some structs from Windows.UI namespace #211

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

Description

Adds some structs required for the Windows UI Automation APIs.

Related Issue

Part of #204

Type of Change