v4: Fix broken mouse input when process is per-monitor DPI aware. It was caused by inconsistency between win32u (which is using system DPI for per-monitor window DPI), and wineserver which is using the default DPI. Passing the per-monitor window DPI to wineserver when they are moved fixes it, although we still use the system DPI value for now.