From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26866 invoked by alias); 20 Feb 2004 18:44:51 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Reply-To: cygwin-xfree@cygwin.com Received: (qmail 26843 invoked from network); 20 Feb 2004 18:44:50 -0000 Received: from unknown (HELO gate.altair.com) (63.85.107.47) by sources.redhat.com with SMTP; 20 Feb 2004 18:44:50 -0000 Received: from exchange.prog.altair.com (exchange [204.235.24.180]) by gate.altair.com (Postfix) with ESMTP id 6391B1EE2B for ; Fri, 20 Feb 2004 13:44:50 -0500 (EST) Received: by exchange.prog.altair.com with Internet Mail Service (5.5.2656.59) id <1Y38F7J6>; Fri, 20 Feb 2004 13:44:50 -0500 Message-ID: <26EB93D6A797D411A41F00D0B7D4E81C07495E02@exchange.prog.altair.com> From: Daren Lim To: cygwin-xfree@cygwin.com Subject: mouse wheel support question Date: Fri, 20 Feb 2004 19:00:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2004-02/txt/msg00149.txt.bz2 List-Id: I've implemented a feature for an application that uses the mouse wheel on the Windows. I need to code it for XWindows. From what I have read so far the wheel sends mouse button presses of 4 and 5 in Xwindows. I'm not sure if trying to test through Cygwin is not letting me detect the messages in XWindows or if there is another reason. I found that for XFree86 4.2 "The mouse driver now has support for mouse wheel emulation." I tried xdyinfo | grep release to figure out which version of XFree86 I'm running... it returned "vender release number : 40200000 So do I need to update my Xfree86 version ? Thanks, dAren