Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>msshape() mouse function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  MSSHAPE()                                                   Mouse Function
 Purpose..: Shape the mouse cursor
-------------------------------------------------------------------------------
 Syntax...: MsShape( [<cChr>] ) --> NIL

 Arguments: [<cChr>]     = the shape of a mouse cursor. The default
                           is chr(219) or "#". It will appear if no
                           parameter is passed.

 Returns..: NIL

 Source...: MSSHAPE.C
-------------------------------------------------------------------------------
 Example..: The example changes the cursor shape to a check mark.

               MsShape( "." )  // chr(251)

See Also: MsIsOn() MsOpen()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson