IsMouseInPointerEnabled function user32

int IsMouseInPointerEnabled()

Indicates whether EnableMouseInPointer is set for the mouse to act as a pointer input device and send WM_POINTER messages.

BOOL IsMouseInPointerEnabled();

Implementation

int IsMouseInPointerEnabled() => _IsMouseInPointerEnabled();