Back Previous Next


Linguist graphics package - cursor

Syntax:

   cursor {name} {elements}

Keyword handler:

   net.eclecity.linguist.graphics.keyword.GraphicsKCursor.class

Runtime handler(s):

   net.eclecity.linguist.graphics.handler.GraphicsHCursor.class

Function:

Declares a cursor variable or an array of cursors. The array size is fixed at time of compilation. See create.

Example(s):

   cursor HandCursor
   cursor Cursors 8


Back Previous Next