Windows low level mouse hook doesn’t prevent desktop from detecting right click?
I wanted to test to see if I could stop the right click from being detected on the desktop of Windows. The test program is below, it is called and detects it correctly, but the desktop still puts up the context menu (I know there is a registry value for that, this is about the low level mouse handler not preventing detection of a mouse event).