From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DKegu-0004QS-70 for qemu-devel@nongnu.org; Sun, 10 Apr 2005 11:49:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DKegn-0004Lq-BS for qemu-devel@nongnu.org; Sun, 10 Apr 2005 11:49:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DKegn-0004K9-3h for qemu-devel@nongnu.org; Sun, 10 Apr 2005 11:49:33 -0400 Received: from [83.133.48.170] (helo=dd5816.kasserver.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DKf7h-0006ab-6e for qemu-devel@nongnu.org; Sun, 10 Apr 2005 12:17:21 -0400 Received: from [10.0.0.100] (pD9EB1F9C.dip0.t-ipconnect.de [217.235.31.156]) by dd5816.kasserver.com (Postfix) with ESMTP id 63F6224869C for ; Sun, 10 Apr 2005 18:15:56 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <425924FE.5090302@kberg.ch> References: <42588DA6.4060106@kberg.ch> <42590955.5070100@kberg.ch> <282c26223c172bc5498fe3a2ceb6eb31@cordney.com> <425924FE.5090302@kberg.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?Ren=E9_Korthaus?= Date: Sun, 10 Apr 2005 18:15:53 +0200 Subject: [Qemu-devel] Cocoa Video Driver & mouse grabbing (was: [PATCH] Experimental Cocoa Video Driver) 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 Am 10.04.2005 um 15:07 schrieb Mike Kronenberg: > Ren=E9 Korthaus wrote: > >> I meant a simple switch to set whether you want mouse grabbing or=20 >> not, cause if you want to do this in qemu+sdl, you have to patch=20 >> 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=20 > SDL. Mouse and Key Grabbing is handled completly by cocoa.m. The=20 > cocoa-Aproach is meant to add a userfriendly GUI to qemu under OS X. I know. > > In order to be able to use elements outside qemu (like for examples a=20= > toolbar with a button to switch cdrom-images) you must have a way to=20= > ungrab on the fly. I use the same ctrl+alt as in SDL. Why do you have to use grabbing anyway? Its as simple as when the mouse=20= moves over the Qemu window, the cursor in the guest os moves, isn't it?=20= VPC doesn't need grabbing, too, right? I think no grabbing is more=20 user-friendly. > > Never the less, one could make an Menu- / Prefferencepanel entry for=20= > enabling/disabling mousegrab for Console-Style Guest-OSes Then, that would require a command-line argument like -nograb for=20 disabling mouse grabbing for the current session, which would be the=20 approach I would favour personally and also for the users of a GUI,=20 cause it would only mean to be a checkbox in the preferences. We could probably start a poll about that... :) BTW: I renamed the subject to meet the discussion point. > > Mike > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >