Skip to main content

Wacom Ink SDK for multi-display

info

Version 2 of the Wacom Ink SDK for multi-display, based on .NET 8, is scheduled for release soon.

Please note that, due to .NET Core 3.1 eventually no longer receiving bug fixes, version 1 will be supported for a limited period after the release of version 2.

It is recommended to upgrade from version 1 to version 2 of the SDK.

The Wacom Ink SDK for multi-display enables documents to be viewed simultaneously on a PC and a Wacom pen display, without sharing mouse control. The SDK allows control over the contents shown on the pen display from the PC.

In a typical installation, the system components consist of:

  • Server Application – the application is created using the .NET Nuget SDK package to communicate with the Client Tray application. The business logic in the server app controls the displays and processes pen input.
  • Client tray application – the supplied application is installed in the Windows system tray and controlled by the Server application, The Client application sends image data to the pen display and receives pen input.
  • Mirror - optionally the Client application can reproduce the pen display in a mirror window and supports mouse input to emulate tablet pen input.

To read more, click here