stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Multitouch in StumpWM


From: Felix Lange
Subject: Re: [STUMP] Multitouch in StumpWM
Date: Sat, 7 Dec 2013 12:53:49 +0100

> 2) How does CLX manage to avoid all this fuss with FFI-ying bunch of 
> C-functions? Perhaps, it's using some yet more lower-level API?

CLX does not need to rely on libX11 because it implements the X protocol in 
Common Lisp. The C code is there because socket APIs differ so much between 
lisp implementations.

So you'd probably have to add touch support to CLX if you want to do this 
properly.


reply via email to

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