Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>ms_cursor()</b> c_exam03 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MS_CURSOR()                                                         C_EXAM03
   Sets the mouse cursor pattern.

   Syntax
         nCursorType = MS_CURSOR(nCursorType)

   Arguments
         nCursorType       Sets the type of cursor to use for the mouse.

         +--------------------------------------+
         |Cursor   |Mouse cursor                |
         |Pattern #|pattern description.        |
         ----------+----------------------------|
         |  1      |White solid arrow           |
         |  2      |Black outline arrow         |
         |  3      |Outline box                 |
         |  4      |Outline crosshair           |
         |  5      |Large 'X'                   |
         |  6      |Hourglass                   |
         |  7      |Pointing hand               |
         |  8      |Solid crosshair             |
         |  9      |Corner (Also user definable)|
         +--------------------------------------+

   Returns
         nCursorType    Returns the type of cursor set for the mouse.

   Description
         MS_CURSOR() changes the current mouse cursor to the specified pattern
         passed by the parameter. It is useful for making the mouse cursor
         indicative of the current system status.

See Also: CUR_DEFINE() MS_CUROFF() MS_CURON() MS_CURR_X() MS_CURR_Y()

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