IsMouseInPointerEnabled function user32

bool IsMouseInPointerEnabled()

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

To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-ismouseinpointerenabled.

Implementation

@pragma('vm:prefer-inline')
bool IsMouseInPointerEnabled() => _IsMouseInPointerEnabled() != FALSE;