Skip to content

Sample how to utilize input API for integrating pen technology with applications running on Android.

Notifications You must be signed in to change notification settings

Wacom-Developer/wacom-device-kit-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Readme

This repository contains the following sample code:

Sample Code Description
Draw Simple Demonstrates how MotionEvent data may be used to implement a basic drawing application. It supports the choice of multiple brush colors, is sensitive to pen pressure, and allows different tools to have different brush properties.
Motion Dump Dumps events received from all connected input devices (touchscreen, pen sensor, peripheral mouse, etc.) to the screen for review. Its code highlights the variety of events that can be received as well as the types of data that they contain. This may also be used as a debug tool to understand exactly what events an arbitrary Android app may receive from the hardware.

About

Sample how to utilize input API for integrating pen technology with applications running on Android.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages