winapi-rs icon indicating copy to clipboard operation
winapi-rs copied to clipboard

Add DXGI MakeWindowAssociation constants

Open Herschel opened this issue 5 years ago • 0 comments

Add constants used by IDXGIFactory::MakeWindowAssociation:

#define DXGI_MWA_NO_WINDOW_CHANGES      ( 1 << 0 )
#define DXGI_MWA_NO_ALT_ENTER           ( 1 << 1 )
#define DXGI_MWA_NO_PRINT_SCREEN        ( 1 << 2 )
#define DXGI_MWA_VALID                  ( 0x7 )

Herschel avatar Nov 16 '20 07:11 Herschel