Orientation for customMouse object?

Just wondering if anyone might have an implementation where you can rotate the image or shape associated with your customMouse object…

Okay, that was easier than I thought it would be.

thisOri = 30
mouse = visual.CustomMouse(win, clickOnUp=False, pointer=thisImageStim, autoLog=None) 
mouse.pointer.setOri(thisOri)