SDG Toolkit

Mouse.DegreeRotation Property

Gets or sets both the rotation of the cursor image and the rotation of the movement of the cursor. For table top displays

public int DegreeRotation {get; set;}

Remarks

Table Top applications often require the rotation of cursors and cursor movement. When one is rotated 180° from the upright screen position moving the mouse awat from the user will move the cursor towards the user instead of away from the user.

Example

C# Eg., sdgManager1.Mice[0].DegreeRotation = 180;

See Also

Mouse Class | Sdgt Namespace