Set the mouse cursor
<viz:mouse>.setCursor( | |
cursor | |
) |
Cursor | |
viz.mouse.CURSOR_APPSTARTING | Standard arrow and small hourglass |
viz.mouse.CURSOR_ARROW | Standard arrow |
viz.mouse.CURSOR_CROSS | Crosshair |
viz.mouse.CURSOR_HAND | Hand |
viz.mouse.CURSOR_HELP | Arrow and question mark |
viz.mouse.CURSOR_IBEAM | I-beam |
viz.mouse.CURSOR_NO | Slashed circle |
viz.mouse.CURSOR_SIZEALL | Four-pointed arrow pointing north, south, east, and west |
viz.mouse.CURSOR_SIZENESW | Double-pointed arrow pointing northeast and southwest |
viz.mouse.CURSOR_SIZENS | Double-pointed arrow pointing north and south |
viz.mouse.CURSOR_SIZENWSE | Double-pointed arrow pointing northwest and southeast |
viz.mouse.CURSOR_SIZEWE | Double-pointed arrow pointing west and east |
viz.mouse.CURSOR_UPARROW | Vertical arrow |
viz.mouse.CURSOR_WAIT | Hourglass |