+
+ // default WM_RBUTTONUP handler enters modal loop inside
+ // DefWindowProc() waiting for WM_RBUTTONDOWN and then sends
+ // the resulting WM_CONTEXTMENU to the parent window, not us,
+ // which completely breaks everything so simply don't let it
+ // see this message at all
+ processed = true;