Topic : The ATARI Compendium
Author : Scott Sanders / JAY Software
Version : 1.25 (20/6/2003)
Subject : Documentation
Nodes : 1117
Index Size : 32614
HCP-Version : 6
Compiled on : Atari
@charset : UTF-8
@lang : en
@default :
@help : %About
@options : +g -i -t4 +y +z
@width : 100
View Ref-FileEvent Libraryevnt_dclick() AESSyntaxWORD evnt_dclick( new, flag )
WORD new, flag;
Function evnt_dclick() sets the mouse double-click response rate.
This call is global, and thus, affects all applications.
Opcode 26 (0x1A)
Availability All AESversions.
Parameters If flag is EDC_INQUIRE (0), new is ignored and the current
double-click rate is returned. If flag is EDC_SET (1),
new specifies the new double-click rate as follows:
flag Response
0 Slowest
1
2
3
4 Fastest
Binding intin[0] = new;
intin[1] = flag;
return crys_if(0x1A);
Return Value evnt_dclick() returns the newly set or current double-click
rate based on flag.
Comments Because this setting is global for all applications, Atari
has strongly recommended that developers use this call only
where appropriate (such as in a configuration CPX like the
General Setup CPX included with XCONTROL).
Group Event Library