Enum DxgiWindowAssociationOptions
Options for window association.
Namespace: JeremyAnsel.DirectX.Dxgi
Assembly: JeremyAnsel.DirectX.Dxgi.dll
Syntax
[Flags]
public enum DxgiWindowAssociationOptions
Fields
Name | Description |
---|---|
NoAltEnter | Prevent DXGI from responding to an alt-enter sequence. |
NoPrintScreen | Prevent DXGI from responding to a print-screen key. |
NoWindowChanges | Prevent DXGI from monitoring an applications message queue; this makes DXGI unable to respond to mode changes. |
None | No option. |