Arduino as a Mouse

No there isn't.

The Arduino doesn't have a true USB port, it has a chip that basically gives you a serial port and puts it into a USB wrapper. To the computer, the Ardunio is a virtual com port.

It should be possible to have software on the PC that will read the signals from the arduino over the virtual com port and translate that into mouse movements, but the Arduino will not appear as a mouse in windows.