commit | 20066a8964a069b51de24eb0fe412d8539448266 | [log] [tgz] |
---|---|---|
author | ocornut <omar@miracleworld.net> | Wed Apr 30 11:30:06 2025 +0200 |
committer | ocornut <omar@miracleworld.net> | Wed Apr 30 11:30:06 2025 +0200 |
tree | 5ac50734f08fb489fcf127df093325e6db7caf74 | |
parent | 3f8033324fbe5dbd3a47e91b02556c91b7d6ce1f [diff] |
Examples: DirectX12+Win32: also test for IsIconic() for sleeping since we don't seem to get a DXGI_STATUS_OCCLUDED signal when minimized. (#8603) Amend ec1d2be96f. (#2496, #3907, #6308, #7615) This technically prevents multi-viewports from working with io.ConfigViewportsNoDefaultParent=true but this is a more fringe case to handle for our example app, better tradeoff imho to use IsIconic().