(releasing capture), and we have WM_CAPTURECHANGED to make sure our
application is in consistent state
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1528
7f0cb862-5218-0410-a997-
914c9d46530a
*/
return 0;
- case WM_CANCELMODE:
- /*
- * The window manager sends this message when it detects a change
- * that requires that an application cancel any modal state it has
- * entered. If we've called SetCapture in the mouse button handler,
- * call ReleaseCapture.
- */
- if (setCaptureActive)
- ReleaseCapture();
- break;
-
case WM_MOUSEMOVE:
{
#if defined(_WIN32_WCE)