From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Zhengyi Fu Newsgroups: gmane.emacs.devel Subject: Re: master 5eb729c0b36 1/2: Report touch events on MS-Windows Date: Sun, 09 Jun 2024 23:54:51 +0800 Message-ID: References: <171793688669.9415.6886845400214495261@vcs2.savannah.gnu.org> <20240609124127.8FF7BC1FB41@vcs2.savannah.gnu.org> <87plsqcm6u.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33551"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 09 17:55:54 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sGKtd-0008Qa-VU for ged-emacs-devel@m.gmane-mx.org; Sun, 09 Jun 2024 17:55:54 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sGKsu-0002Fr-3W; Sun, 09 Jun 2024 11:55:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sGKso-0002F3-6L for emacs-devel@gnu.org; Sun, 09 Jun 2024 11:55:02 -0400 Original-Received: from relay8-d.mail.gandi.net ([2001:4b98:dc4:8::228]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sGKsl-0007Fg-Sq for emacs-devel@gnu.org; Sun, 09 Jun 2024 11:55:01 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 082B61BF203; Sun, 9 Jun 2024 15:54:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fuzy.me; s=gm1; t=1717948492; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mFAuk/0favqdLBgWanBGkM8rUWMiYVXMv5RdXdQ3KtY=; b=EgobGoJnGPAI3QWMg0xFVSnl5PduaweHYkY1BY9weG0ar76lgUqThJBWlXoIzJ+NbYZcDp NiVBHpiMbQF3ntxfaQ+FQEz+MmCXC/oprsXqTokQbbzA6PhnCK8MvB87bOJPCAWKg4bfXu 1dRiAwN9v7O+u5aMQtwvRBuiTSn2tPiTH7gx39AQVuxnK89Dq84UDjqlRA7iHn/hhHEnPB xCfKfCGIg4PovIu4nZew/Lj5C7DjNr67Y7ycWa8WXAFO23eNVmCZj/V/yhvk/JwK3sMSxo tWycVBVSlNGpwLeg36C2BY0NArsqctISYCNdgyBMXrq3v+cZUHU5kfQYXaG5eQ== In-Reply-To: <87plsqcm6u.fsf@yahoo.com> X-Sender: i@fuzy.me X-GND-Sasl: id@fuzy.me Received-SPF: pass client-ip=2001:4b98:dc4:8::228; envelope-from=i@fuzy.me; helo=relay8-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:319930 Archived-At: Hi Po, On 2024-06-09 20:52, Po Lu wrote: > Folks, I got around to writing this code earlier than anticipated, but > it has not been tested with real user input. If there are MS-Windows > users with the relevant touch input hardware reading this, let one of > them come forth and do us this trivial service, and his efforts will be > appreciated. I have a MS Surface Laptop 2 with a touchscreen. Is it sufficient to do the test? If so, please tell me how to do it and I'll be happy to help.