-
Currently the documentation is scattered, and I feel that it would be much easier to work on the documentation if it was restructured. For example, the is_api overview documentation is at is_api/doc a…
-
https://learn.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_pipeline_state_stream_desc should be input-only data, and is more accurately described by taking `const void *pPipelineStateS…
-
I see that you are trying to implement macOS support and it would be appropriate to add Windows and Linux as well. Windows has a native Win32 API, while Linux uses `libnotify` library, which covers ca…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue]…
-
### GitHub Tags
#A11yTCS; #A11ySev2; #Win32; #WCAG2.4.11; #GH_VSCodeextensionforAPICenter_Win32_Apr2024; #DesktopApp; #VS Code Extension for API Center; #Keyboard; #A11yMAS; #A11yWCAG2.2; #External; …
-
On Windows, the os package includes some trickery to enable support for long paths on older versions of Windows. The fixLongPath function rewrites longer paths to contain a `\\?\` prefix, which "tells…
neild updated
1 month ago
-
When building a Win32 GUI app (CMake `add_executable(... WIN32 ...)`, standard output isn't printed to the IDE output view, and one has to use `OutputDebugString()` because ... Windows is special! So …
-
rt,还有个问题,我想使用koffi调用一个Dll 有些函数有结构体指针参数,我该如何传递进去?
-
All of this is not for 3.2.0 (unless we want it to be), but I wanted to make sure this isn't lost now that we've merged the camera stuff.
- [x] WinRT has a separate camera API from win32. It's not …
-
### Background and motivation
Hope to provide the ability to customize the title bar
希望能提供自定义标题栏的功能
Currently in uwp or winui 3, all the corresponding window class contains a extendscontentintoti…