Product Information > JADE Encyclopaedia of Classes – Volume 3 > Chapter 2 - Window Classes > releaseMouse

releaseMouse

releaseMouse();

The releaseMouse method of the Window class releases the mouse capture from a window and restores normal mouse input processing.

A window that has captured the mouse receives all mouse input.

This method is called by an application after calling the captureMouse method.