From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DKbkm-0006vJ-HX for qemu-devel@nongnu.org; Sun, 10 Apr 2005 08:41:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DKbkh-0006sp-2i for qemu-devel@nongnu.org; Sun, 10 Apr 2005 08:41:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DKbkg-0006rQ-NE for qemu-devel@nongnu.org; Sun, 10 Apr 2005 08:41:22 -0400 Received: from [195.129.94.252] (helo=srv94-252.ip-tech.ch) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DKcB0-0007oL-Ij for qemu-devel@nongnu.org; Sun, 10 Apr 2005 09:08:34 -0400 Message-ID: <425924FE.5090302@kberg.ch> Date: Sun, 10 Apr 2005 15:07:10 +0200 From: Mike Kronenberg MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Experimental Cocoa Video Driver References: <42588DA6.4060106@kberg.ch> <42590955.5070100@kberg.ch> <282c26223c172bc5498fe3a2ceb6eb31@cordney.com> In-Reply-To: <282c26223c172bc5498fe3a2ceb6eb31@cordney.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 René Korthaus wrote: > I meant a simple switch to set whether you want mouse grabbing or > not, cause if you want to do this in qemu+sdl, you have to patch many > files. I personally don't like this whole mouse grabbing thing. The cocoa-Aproach does not use SDL at all, it is an alternative to SDL. Mouse and Key Grabbing is handled completly by cocoa.m. The cocoa-Aproach is meant to add a userfriendly GUI to qemu under OS X. In order to be able to use elements outside qemu (like for examples a toolbar with a button to switch cdrom-images) you must have a way to ungrab on the fly. I use the same ctrl+alt as in SDL. Never the less, one could make an Menu- / Prefferencepanel entry for enabling/disabling mousegrab for Console-Style Guest-OSes Mike