This is a fairly incomplete library for getting input from tablet devices, such as a Wacom tablet, in a .Net language. It does provide a simple interface to some of the basic functionality of
wintab.dll, including the ability to read pressure information from a single pen. This currently requires overriding the WndProc method to detect tablet events (or using the included form control which does this for you). If you know of a more elegant way to handle this, please let me know. Thanks to
Gonzalo for helping me get started on this.