From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BsSvB-0005d0-O3 for qemu-devel@nongnu.org; Wed, 04 Aug 2004 17:03:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BsSvB-0005co-7d for qemu-devel@nongnu.org; Wed, 04 Aug 2004 17:03:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BsSvB-0005ce-5V for qemu-devel@nongnu.org; Wed, 04 Aug 2004 17:03:37 -0400 Received: from [193.252.22.27] (helo=mwinf0406.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BsSrQ-0004iQ-Gy for qemu-devel@nongnu.org; Wed, 04 Aug 2004 16:59:44 -0400 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0406.wanadoo.fr (SMTP Server) with SMTP id 03B87180013B for ; Wed, 4 Aug 2004 22:59:44 +0200 (CEST) Received: from bellard.org (ATuileries-112-1-3-232.w81-48.abo.wanadoo.fr [81.48.134.232]) by mwinf0406.wanadoo.fr (SMTP Server) with ESMTP id A8F711800131 for ; Wed, 4 Aug 2004 22:59:43 +0200 (CEST) Message-ID: <41114E51.1090900@bellard.org> Date: Wed, 04 Aug 2004 23:00:01 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Keyboard patch for windows References: <20040719143203.B8E8.ERIK.KARLSSON@bonetmail.com> <410FFF70.5070207@bellard.org> <20040804103148.10A7.ERIK.KARLSSON@bonetmail.com> <20040804152425.GA23213@jbrown.mylinuxbox.org> In-Reply-To: <20040804152425.GA23213@jbrown.mylinuxbox.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I agree that native GUIs are better than an SDL one. If such patches are submitted (for Win32, Carbon or GTK), I will integrate them provided they are simple enough. Fabrice. Jim C. Brown wrote: > While SDL works for qemu, I think we really need native support for different > OSes. Keep SDL around as a way to port qemu easily to new OSes of course, but > as development matures we should appoint maintainers for the OS-specific > drivers. > > Touchpad emulation is not possible via SDL. I'm looking into using the X11 > replacement (this will take a while as I have never done Xlib programming before > :) SDL may end up holding qemu back ... at the very least, use a custom version > of SDL that supports what we need (e.g. the custom SDL version should have > patches so the e0 is preserved when returning keypresses). >