ReadConsoleInput on windows10 fails with mouse input

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
closed account (E0p9LyTq)
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.
Topic archived. No new replies allowed.