SM_MOUSEPRESENT top-level constant

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

Nonzero if a mouse is installed; otherwise, 0. This value is rarely zero, because of support for virtual mice and because some systems detect the presence of the port instead of the presence of a mouse.

Implementation

@Deprecated('Use SYSTEM_METRICS_INDEX.SM_MOUSEPRESENT instead')
const SM_MOUSEPRESENT = 19;