RIDEV_EXINPUTSINK top-level constant

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

If set, this enables the caller to receive input in the background only if the foreground application does not process it. In other words, if the foreground application is not registered for raw input, then the background application that is registered will receive the input.

Implementation

@Deprecated('Use RAWINPUTDEVICE_FLAGS.RIDEV_EXINPUTSINK instead')
const RIDEV_EXINPUTSINK = 0x00001000;