RIDEV_NOLEGACY top-level constant

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

If set, this prevents any devices specified by usUsagePage or usUsage from generating legacy messages. This is only for the mouse and keyboard.

Implementation

@Deprecated('Use RAWINPUTDEVICE_FLAGS.RIDEV_NOLEGACY instead')
const RIDEV_NOLEGACY = 0x00000030;