emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs touch interface


From: Eli Zaretskii
Subject: Re: Emacs touch interface
Date: Mon, 21 Dec 2015 18:27:25 +0200

> From: Lars Magne Ingebrigtsen <address@hidden>
> Date: Mon, 21 Dec 2015 17:05:29 +0100
> MailScanner-NULL-Check: address@hidden
> 
> Lars Magne Ingebrigtsen <address@hidden> writes:
> 
> > X doesn't seem to when I try on a non-tweaked Ubuntu installation.  I've
> > googled this a bit, and it seems like it might be possible to have X
> > deliver other events than the default one.  I'll investigate and see
> > what I find out...
> 
> That is, by default X under Ubuntu doesn't deliver any touch events at
> all -- it just emulates a mouse, so a "swipe up" just selects a region
> of text.

That's exactly what I meant -- emulation.  On MS-Windows, panning
generates horizontal and vertical scroll messages (as if the user used
the scroll bars), zooming generates Ctrl+mouse-wheel, taps generate
mouse clicks, pressing and holding generates a right-click mouse
event, etc.  The only gesture that doesn't get any emulation is
rotation, AFAICT.  See

  
https://msdn.microsoft.com/en-us/library/windows/desktop/dd940543%28v=vs.85%29.aspx

for the details.  I assume X can do something similar, it would be
silly not to.




reply via email to

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