Skip to main content

Overview

Target Audience

This document is intended for developers that are already familiar with CoCoa application structure and event handling.

Introduction

The Wacom Tablet Driver generates standard NSEvents for any action on the tablet. While the tablet provides normal mouse events, it also takes advantage of the tablet subtypes in an NSEvent.

You can find Apple's NSEvent documentation at Apple Developer Pages - NSEvent