Is this for a browser game or desktop?
If it's for a browser, it's probably best to allow the user to click off the game (this is a convention for browser objects), so making the cursor invisible is a better idea.
For desktop, fullscreen should make the mouse bound to the window.
Is there any reason you need the mouse to not be able to move at all?