Re: [Mingw-w64-public] GetRawInputData writes .header.hDevice == NULL to pData

2024-05-14 Thread info
Correction, it apparently doesn't go away if I restart my computer, I only thought it did. It actually is only NULL for the touchpad in my laptop, but not for the mouse, thus using the touchpad and then the mouse I thought it went away. I've tested it in visual studio now too, and it happens

[Mingw-w64-public] GetRawInputData writes .header.hDevice == NULL to pData

2024-05-14 Thread info
It seems to go away if I restart my computer, but it seems absurd that I should have to restart my computer. It also very quickly reappears. My application doesn't have any memory leaks (I've checked using wrap malloc and wrap free). I've registered two RAWINPUTDEVICE elements, both have.. *