this is a plugin for detecting mouse movement, (not just changes in screen coordinates) through directinput
download
two expressions: x and y
the amount of pixels the mouse was moved in x and y respectively
this detects actual mouse movement, as opposed to actual screen coordinates, this means you don't need to hijack mouse control from the user, if you move the mouse to the edge of the screen it still detects mouse movement
also there is one action to make the cursor invisible
this is different than the regular make invisible that comes in mouse keyboard
this will make the cursor invisible even if it leaves the window in windowed mode
don't worry though, if the user alt tabs, or otherwise changes focus, the mou
se cursor will return
but it doesn't let the user accidentally lose focus by clicking outside the window
also, I think this plugin will be useful for having in game cursor speed control, because it uses the raw mouse data, which I believe is taken before it's processed by user set windows pointer speed settings(though I haven't tested this yet)