Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!srhqla!quad1!carl From: carl@quad1.quad.com (Carl Priddy) Newsgroups: comp.windows.x.motif Subject: double clicks Keywords: double and click Message-ID: <15395@gouda.quad.com> Date: 10 Oct 90 21:33:54 GMT Organization: Quadratron Systems Inc, Thousand Oaks Ca Lines: 9 Hey out there: I am having difficulty in coming up with a method of recognizing double clicks of mouse buttons. Currently, when I see one, I then enter a timeout value (via select()) and use XCheckIfEvent() to see if the button of interest was pressed. This works, sometimes. I am very interested in how anyone else has accomplished this. Thanks a heap, carl.