microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.56k stars 510 forks source link

Should Mouse use WM_MOUSELEAVE for Win32 raw input #424

Open walbourn opened 8 months ago

walbourn commented 8 months ago

Currently the Mouse implementation for Win32 with raw input for relative movement only uses WM_MOUSEHOVER. Would it be more robust if it also used WM_MOUSELEAVE, perhaps on multi-monitor systems?