RegisterPointerDeviceNotifications method
Implementation
int RegisterPointerDeviceNotifications(
ffi.Pointer<HWND__> window,
int notifyRange,
) {
return (_RegisterPointerDeviceNotifications ??= _dylib.lookupFunction<
_c_RegisterPointerDeviceNotifications,
_dart_RegisterPointerDeviceNotifications>(
'RegisterPointerDeviceNotifications'))(
window,
notifyRange,
);
}