Mar 7, 2016 at 10:55pm UTC
Hello,
i was just wondering if anybody knows what changed with the console window in windows 10.
Edit: i have noticed that auto text select is on.
i have been trying to implement Microsofts sample of capturing mouse input
https://msdn.microsoft.com/en-us/library/windows/desktop/ms685035(v=vs.85).aspx
it does not capture mouse input even though it has been set "ENABLE_MOUSE_INPUT"
on my windows 7 vm it works fine.
Anyone an idea of what the problem is?
Last edited on Mar 7, 2016 at 10:57pm UTC
Mar 8, 2016 at 1:42am UTC
On my Win10 64bit machine compiling that sample using VS 2015 Community and TDM-GCC 4.9.2 as 32-bit or 64-bit app works just fine. Captures key presses and mouse movements just fine.