xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

MDblClk()

Determines the double-click interval for the mouse.

Syntax

MDblClk( [<nNewInterval>] ) --> nMilliSeconds

Arguments

<nNewInterval>
A numeric value specifying the interval in milliseconds between two mouse button clicks for being recognized as a double-click.

Return

The return value is the double-click interval present before the function is called.

Description

The function MDblClk() exists for compatibility reasons only and is not recommended to use. Mouse properties are nowadays set via the operating system configuration.

Info

See also:MCol(), MRow()
Category: Mouse functions
Source:rtl\mouseapi.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe