
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_mgetsens()</b>
[<<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()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson