From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BmiN2-00035n-2w for qemu-devel@nongnu.org; Mon, 19 Jul 2004 20:20:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BmiN0-00035b-Ak for qemu-devel@nongnu.org; Mon, 19 Jul 2004 20:20:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BmiN0-00035Y-8k for qemu-devel@nongnu.org; Mon, 19 Jul 2004 20:20:34 -0400 Received: from [38.113.3.61] (helo=babyruth.hotpop.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BmiJn-00075E-Rp for qemu-devel@nongnu.org; Mon, 19 Jul 2004 20:17:16 -0400 Received: from phreaker.net (kubrick.hotpop.com [38.113.3.103]) by babyruth.hotpop.com (Postfix) with SMTP id BEAC36EB8E8 for ; Mon, 19 Jul 2004 23:29:37 +0000 (UTC) Received: from jbrown.mylinuxbox.org (pcp03144805pcs.midval01.tn.comcast.net [68.59.228.236]) by smtp-2.hotpop.com (Postfix) with ESMTP id 6D4906EC0E0 for ; Mon, 19 Jul 2004 23:29:30 +0000 (UTC) Date: Mon, 19 Jul 2004 20:16:14 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] noSDL "GUI" for Qemu Message-ID: <20040720001614.GA6934@jbrown.mylinuxbox.org> References: <40B37520.7020807@simtreas.ru> <40FB7F71.4030709@simtreas.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40FB7F71.4030709@simtreas.ru> 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 On Mon, Jul 19, 2004 at 11:59:45AM +0400, Vladimir N. Oleynik wrote: > Hi all. > > I have made a no SDL variant "GUI" with use Xlib only for Qemu: > ftp://ftp.simtreas.ru/pub/my/qemu/nosdl.c.gz > This is small, simple and have not problem > with sigacton/threads. > Its first version, without fullscreen support and may be > have problem with keyboard (hmm, PC/AT translation?) > > > --w > vodz > > I haven't tried it yet, will do so later this afternoon. But may I be the first to say .. Thank You! SDL doesn't have the ability to support the touchpad. It can't tell us the "absolute" position of the pointer [the position relative to the bottom-left corner of the window], only the relative mouse movement and the absolute mouse position relative to the screen itself. The 2nd type can't be used because one can not get the position of the SDL window (I asked in #SDL and was basicly told "you shouldn't need to do that") so there's no way to calculate what you need. Of course, even if the X11 driver is adopted, touchpad support will be some time away as I need to figure out how to convert pixels to mm. > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.