CONST_DICDFLAGS
Used in the flags parameter of DirectInput8.ConfigureDevices to specify the mode for the property sheet.
Enum CONST_DICDFLAGS
DICD_DEFAULT = 0
DICD_EDIT = 1
End Enum
Constants
- DICD_DEFAULT
- Open the property sheet in view-only mode.
- DICD_EDIT
- Open the property sheet in edit mode. This mode enables the user to change action-to-control mappings. After the call returns, the application should assume current devices are no longer valid, release all device interfaces, and reinitialize them by calling DirectInput8.GetDevicesBySemantics.