Skip to content

The Wacom Device Kit (Windows) provides the ability to use Wacom devices with your application by accessing raw pen and touch data.

Notifications You must be signed in to change notification settings

schedul-xor/wacom-device-kit-windows

 
 

Repository files navigation

Readme

This repository contains the following sample code:

Sample Code Description
Multi-Touch Windows .NET C#/.NET application that uses the Multi-Touch and Wintab APIs (via a C# wrapper) to receive Touch and Pen data from one or more attached Wacom tablet(s). The application visualizes those interactions.
Multi-Touch Windows C++ C++ application that uses the Multi-Touch and Wintab APIs to receive Touch and Pen data from one or more attached Wacom tablet(s). The application visualizes those interactions.
Wintab .NET Set of two C# applications which use the Wintab .NET Pen and Extended API to receive Pen, ExpressKey, Touch Ring, and Touch Strip data from one or more attached Wacom tablet(s). The applications visualize interactions with the Pen, ExpressKeys, Touch Rings, and/or Touch Strips.
Wintab CAD Test C++ application that uses the WinTab API to receive pen data from multiple attached Wacom tablets and allows the user to measure physical distance on the tablet surface. Specifically, this application measures how many inches or centimeters the Wacom stylus has moved across the tablet surface.
Wintab Pressure Test C++ application that uses the Wintab API to receive position and pressure data from one attached Wacom tablet. The application visualizes the changes in position and pressure.
Wintab ScribbleDemo Win32 application that uses the Wintab API to receive pen data from multiple attached Wacom tablets and allows the user to do free-form sketching on a canvas, showing lines with varying pen pressure.
Wintab Tablet Controls Win32 application that uses the Wintab Extended API to receive ExpressKey, Touch Ring, and Touch Strip data from one or more attached Wacom tablet(s). The application visualizes interactions with the ExpressKeys, Touch Ring, and/or Touch Strip.
Wintab TiltTest C++ application that uses the Wintab API to receive stylus position and orientation data from one attached Wacom tablet. The application visualizes position and tilt interactions.

About

The Wacom Device Kit (Windows) provides the ability to use Wacom devices with your application by accessing raw pen and touch data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 44.8%
  • C 27.0%
  • C++ 26.5%
  • Objective-C 1.7%