On 4/22/21 2:26 PM, Rémi Bernon wrote:
Signed-off-by: Rémi Bernon rbernon@codeweavers.com
Not completely sure if there was a reason for it not to be there while there's a mouse device, but I want to cleanup user32 rawinput code, and get rid of the hardcoded devices if possible. This will make the keyboard device available too.
Yeah, the mouse device was added when I found an application that needed it. It did seem like a good idea to use it instead of the fake WINE_MOUSE device, and ditto for keyboards, but it wasn't immediately clear to me how to do that, so I left it alone...
(Admittedly it's still not immediately clear, but I'm also missing some understanding/context behind how we deal with input.)