shroud
shroud copied to clipboard
Universal Windows library for discovering common render engines functions. Supports DirectX9 (D3D9), DirectX10 (D3D10), DirectX11 (D3D11), DirectX12 (D3D12).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...
Updates the requirements on [windows](https://github.com/microsoft/windows-rs) to permit the latest version. Commits db06b51 Release 0.58.0 (#3140) ab03721 Make new windows-strings crate Windows-only (#3143) f6c49f4 Ensure that HSTRING builder provides initialized memory...
## Problem The `get_process_window` function was returning arbitrary window handles belonging to the current process instead of specifically returning the main application window. This caused issues when: - A process...
I expect the get_process_window function to return the main window handle of the current process, not just any window handle belonging to the current process. The current implementation of get_process_window...