How do you hide the mouse cursor in a game?

Hi im trying to make a game that hides the cursor. Does anyone know?

There is a built in function inside of wick that can help you:

hideCursor();

Use this at the very first frame to hide your cursor for your entire project.