[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MGETSENS()
 Get the mouse sensitivity parameters
------------------------------------------------------------------------------

 Syntax

     FT_MGETSENS( <@nHoriz>, <@nVert>, <@nDouble> ) -> NIL

 Arguments

    <nHoriz>  is the percentage of maximum horizontal sensitivity. PASSED
              BY REFERENCE.
    <nVert>   is the percentage of maximum vertical sensitivity. PASSED BY
              REFERENCE.
    <nDouble> is the percentage of maximum sensitivity for doubling the
              mouse cursor's speed on the screen. PASSED BY REFERENCE.

 Returns

    NIL

 Description

    This function returns the current values of the mouse movement
    sensitivity parameters. The first two arguments control the amount of
    movement necessary to move the cursor a given amount. The third argument
    determines the threshold above which the mouse moves at twice the normal
    speed. For further discussion of these values see FT_MSETSENS()

 Examples

    FT_MGETSENS( @nHoriz, @nVert, @nDouble )

 Source: MOUSE1.PRG

 Author: Leo Letendre

See Also: FT_MSETSENS()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson