Visible mouse cursor in PaperCharacter

I’m currently in the process of making a 2d platformer with Paper2D, and I’d like the mouse cursor to be permanently visible on the screen. I’ve tried the “Show Mouse Cursor” variable, although I can’t figure out how to cast the character properly to use it, and I’ve also messed around in the project settings with no luck. Any help is appreciated.

what do you want to do? Just show the mouse pointer? drag and move the character?
your question is a bit unclear.

To have the cursor visible in the screen is just this:

image