Re: Mosue double click interval

2003-09-04 Thread Mike A. Harris
On Wed, 3 Sep 2003, Ping Cheng wrote:

>Date: Wed, 3 Sep 2003 17:31:21 -0700
>From: Ping Cheng <[EMAIL PROTECTED]>
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>Content-Type: multipart/alternative;
>   boundary="_=_NextPart_001_01C3727B.DD496728"
>Subject: Mosue double click interval
>
>Is there a call to get/set the mouse double click interval?

The concept of double, triple, etc. clicks is outside the scope
of the X server.  The X server just provides mouse click/release
events basically.  It's entirely up to an application or
intermediate windowing toolkit wether or not there is a concept
of double clicking the mouse.  You need to consult the
documentation for the toolkit you're using, ie: GTK+/Qt/etc.


-- 
Mike A. Harris

___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel


Mosue double click interval

2003-09-03 Thread Ping Cheng
Title: Message



Is there a call to 
get/set the mouse double click interval?
 
Ping