Simple noob cursor question

Ok, so I’ve searched the forums and didn’t see much that could help me.

I figure this is probably an easy question for everybody here but I’m stumped.

What I want to do is change my mouse cursor to a .egg file.

Would anyone perhaps know how to do that?

My searches and some info gathering got me to:

cursorFile = "models/mallet.egg"
        winprops=WindowProperties()
        def changeMouseCursor(self, cursorFile):
            winprops.setCursorFilename(Filename.binaryFilename(cursorFile))
        base.win.requestProperties(winprops)

and while the code compiles and runs correctly, the cursor still appears normal.

Any help would be greatly appreciated.

Thanks

~Smipims~

https://discourse.panda3d.org/viewtopic.php?t=3259&highlight=cursor
did you see this one?