EventLib REALbasic Plugin

GetDoubleClickDistance Method

Returns the Maximum distance allowed between two clicks for them to be considered a double click (in pixels).

GetDoubleClickDistance() as Integer

Parameters

Returns

Integer

Remarks

MacOS Guides define this a "couple of pixels" instead of having a actual setting for it. Therefor this function will always return 5 when used on MacOS systems.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86

    See Also

    GlobalMethods Global