4
edits
Changes
no edit summary
I suggest looking at widget/src/*/nsWindow.cpp for starters. It seems like the OS-Specific mouse stuff is all done in there.
Try researching in different OS APIs about setting the mouse cursor position directly, it should turn up some interesting results.
==WIN32 API==