How can I disable the mouse pointer but receive the mouse axes?

It’s very important for my game.

you could use:

Cursor.visible = false;

that would be the simplest