Tkd - Cross platform GUI toolkit based on Tcl/Tk

Sönke Ludwig via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu May 8 13:51:19 PDT 2014


Am 08.05.2014 21:41, schrieb Nick Sabalausky:
> (...)my trackpad's scrolling gestures
> don't even fucking work on it (they work fine on nearly anything else).
>

To be fair, some time ago I've had the joy to try and properly support 
scrolling gestures properly for my UI framework and I wound up naming 
the window class of my windows "OperaWindowClass", because that triggers 
a special case path in the touchpad driver, which actually sends useful 
window messages. I didn't find another way to get useful data. The whole 
(Synaptics) driver is obviously nothing but a crapload of special case 
junk to make the most popular applications and controls work, because 
the people involved obviously don't manage to develop a standard API for 
pixel perfect scrolling.


More information about the Digitalmars-d-announce mailing list