(Formerly known as ChangeCursorHotspot, which is now obsolete)
Mouse.ChangeModeHotspot(CursorMode, int x, int y)
Permanently changes the specified mouse cursor mode's hotspot on the cursor graphic
to (X,Y). This is the offset into the graphic where the click takes effect.
(0,0) is the upper left corner of the cursor graphic.
Example:
mouse.ChangeModeHotspot(eModeWalkto, 10, 10);
will change the cursor's hotspot for walk mode to coordinates 10,10.
See Also: Mouse.ChangeModeGraphic,
Mouse.ChangeModeView
|