EnableMouseInPointer function user32

int EnableMouseInPointer(
  1. int fEnable
)

Enables the mouse to act as a pointer input device and send WM_POINTER messages.

BOOL EnableMouseInPointer(
  [in] BOOL fEnable
);

Implementation

int EnableMouseInPointer(int fEnable) => _EnableMouseInPointer(fEnable);