What’s the opposite of ClipCursor that lets me exclude the cursor from a region?
A developer asks if there's a Windows API to exclude the cursor from a region (the opposite of ClipCursor). The answer is that no such feature exists, but the same effect can be achieved virtually by clipping the cursor to the inverse of the desired exclusion region.