"Mikolaj Zalewski" mikolajz@google.com writes:
I see that my patch to skip non-pressure-sensitive devices didn't get it. I will try to look into it next week while now I'll resend the Unicode patches that are easier. Here the first patch could be controversial as I use a lot of macros. But that allows me not to use long parameter lists.
It's ugly. I don't see why you'd need long parameter lists at all, simply adding a current offset in CopyTabletData should be enough. Also, always going through all the cases even when a specific index is specified is not nice. And the winex11 function should always return Unicode, the A translation can be done in the generic code.