(C) 1998 AROS - The Amiga Research OS


NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>

BOOL DoubleClick (sSeconds , sMicros , cSeconds , cMicros)

LOCATION
In IntuitionBase at offset 17

SYNOPSIS
ULONG sSeconds
ULONG sMicros
ULONG cSeconds
ULONG cMicros

FUNCTION
Check if two times are within the doubleclick intervall.

INPUTS
sSeconds, sMicros
Seconds and microseconds of the first event.
cSeconds, cMicros
Seconds and microseconds of the second event.

RESULT
TRUE if the times are within the doubleclick intervall, FALSE otherwise.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY