RIDEV_NOHOTKEYS top-level constant

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

If set, the application-defined keyboard device hotkeys are not handled. However, the system hotkeys; for example, ALT+TAB and CTRL+ALT+DEL, are still handled. By default, all keyboard hotkeys are handled. RIDEV_NOHOTKEYS can be specified even if RIDEV_NOLEGACY is not specified and hwndTarget is NULL.

Implementation

@Deprecated('Use RAWINPUTDEVICE_FLAGS.RIDEV_NOHOTKEYS instead')
const RIDEV_NOHOTKEYS = 0x00000200;