SM_CYDOUBLECLK top-level constant

  1. @Deprecated('Use SYSTEM_METRICS_INDEX.SM_CYDOUBLECLK instead')
int const SM_CYDOUBLECLK

The height of the rectangle around the location of a first click in a double-click sequence, in pixels. The second click must occur within the rectangle defined by SM_CXDOUBLECLK and SM_CYDOUBLECLK for the system to consider the two clicks a double-click. The two clicks must also occur within a specified time.

Implementation

@Deprecated('Use SYSTEM_METRICS_INDEX.SM_CYDOUBLECLK instead')
const SM_CYDOUBLECLK = 37;