MONITOR_DEFAULTTONEAREST top-level constant

  1. @Deprecated('Use MONITOR_FROM_FLAGS.MONITOR_DEFAULTTONEAREST instead')
int const MONITOR_DEFAULTTONEAREST

If the point is not contained within any display monitor, return a handle to the display monitor that is nearest to the point.

Implementation

@Deprecated('Use MONITOR_FROM_FLAGS.MONITOR_DEFAULTTONEAREST instead')
const MONITOR_DEFAULTTONEAREST = 0x00000002;