DISQUS
Returning?
Login
Website
http://codereflect.com/
Original page
http://codereflect.com/2006/10/20/clipping-cursor-still-active-after-stopping-debugger-o/
Subscribe
All Comments
Community
Top Commenters
Popular Threads
Reflections of my thoughts
: Clipping cursor still active after stopping debugger :-O
S a r a t h
· 3 years ago
Somebody pointed out the reason for the same.
"The cursor is a shared resource. If an application confines the cursor, it must release the cursor by using ClipCursor before relinquishing control to another application."
"The cursor is a shared resource. If an application confines the cursor, it must release the cursor by using ClipCursor before relinquishing control to another application."