Gets or sets the rotation of the cursor image. This does not affect the movement of the cursor
There may be the case where you want to rotate just the cursor image without rotating the movement of the cursor. This utility provides that functionality. Please note that this can also be used with the CardinalDirections enumeraton.
C# Eg., sdgManager1.Mice[0].RotateCursorImageOnly = (int) CardinalDirections.South
C# Eg., sdgManager1.Mice[0].RotateCursorImageOnly = 90;