emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: feature/android a496509ced 1/2: Update Android port


From: Po Lu
Subject: Re: feature/android a496509ced 1/2: Update Android port
Date: Wed, 16 Aug 2023 20:41:45 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Does that mean that `widget-event-start` doesn't always return a `posn`?
> If so, could you add some comments explaining what's going on and why
> it's done this way?

Oh no, I meant that touchscreen-begin events actually appear like so:

  (touchscreen-begin (NUM . EVENT-START))

where the cdadr, EVENT-START, is the mouse position list, and NUM is the
touch identification number.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]