E.g., when PB used Direct Sound for the sound library, I could do something like
Code: Select all
define *ds.IDirectSoundBuffer=PeekL(IsSound(0))
However, I don't see a way to do this with the existing miniaudio implementation without interfacing with miniaudio directly and completely replacing PB sound library calls with raw miniaudio calls, and the same for WebView2.
I have tried using GadgetID and IsGadget with my WebViewGadget and using it with ICoreWebView2/ICoreWebView2Controller, but that doesn't seem to work.
I feel like it would be very much appreciated and save a lot of headaches if implementations were exposed in such a way that the internal API's could be accessed and worked without rewriting library wrappers all together.
Thanks.