Displaying 1 result from an estimated 1 matches for "mousecapturelostev".
2007 Apr 30
0
[997] branches/wxruby2/wxwidgets_282: Window - 2.6 -> 2.8 API, new methods and deprecations; update doc
...only really released if there were no previous
</span><span class="cx"> window. In particular, this means that you must release the mouse as many times
</span><del>-as you capture it.
</del><ins>+as you capture it, unless the window receives
+the "MouseCaptureLostEvent":mousecapturelostevent.html event.
</ins><span class="cx">
</span><ins>+Any application which captures the mouse in the beginning of some operation
+must handle "MouseCaptureLostEvent":mousecapturelostevent.html
+and cancel this operation when it...