This is kind of frivolous I'm sure, but it is SUPER annoying to try and find anything graphics capture related to c++ and NOT c#. Am I crazy?
I'm looking for docs with basic type returns, small examples etc, Think the open cv c++ docs, or like any rust crate docs. Return types, enums etc.
Everything with windows docs feels like this mess of apis made hard to navigate because of decades of outdated info, broken links etc. Or like you mix the c# and c++ docs?
I have to be missing something. I want to find info around winrt::Windows::Graphics::Capture::GraphicsCapturePicker(). Googling this exactly gives me c# docs and thats all I can seem to find.
If I'm silly or something, how do you find information about classes outside of source files? Is this normal?
This is kind of frivolous I'm sure, but it is SUPER annoying to try and find anything graphics capture related to c++ and NOT c#. Am I crazy?
I'm looking for docs with basic type returns, small examples etc, Think the open cv c++ docs, or like any rust crate docs. Return types, enums etc.
Everything with windows docs feels like this mess of apis made hard to navigate because of decades of outdated info, broken links etc. Or like you mix the c# and c++ docs?
I have to be missing something. I want to find info around
winrt::Windows::Graphics::Capture::GraphicsCapturePicker()
. Googling this exactly gives me c# docs and thats all I can seem to find.If I'm silly or something, how do you find information about classes outside of source files? Is this normal?