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

Update projection of WinRT delegates #91

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

Description

Projects delegates as Pointer<COMObject> for now. In the future, we'll need to generate special classes for delegates that creates vtables for their methods. Basically, we'll have to implement these ourselves.

Related Issue

Type of Change