EventLib REALbasic Plugin |
|
GetDoubleClickTime Method
Returns the maximum time delay between double clicks.
GetDoubleClickTime() as Integer
Parameters
Returns
- Integer
- returns the maximum time in machine ticks.
Remarks
GetDoubleClickTime returns an interval of time in Ticks. If the mouse-down event occur within this interval and are close together then this click should be considered as a double-click.
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86
See Also
GlobalMethods Global