RIDEV_DEVNOTIFY top-level constant

  1. @Deprecated('Use RAWINPUTDEVICE_FLAGS.RIDEV_DEVNOTIFY instead')
int const RIDEV_DEVNOTIFY

If set, this enables the caller to receive WM_INPUT_DEVICE_CHANGE notifications for device arrival and device removal.

Implementation

@Deprecated('Use RAWINPUTDEVICE_FLAGS.RIDEV_DEVNOTIFY instead')
const RIDEV_DEVNOTIFY = 0x00002000;