Touchring

Show ring around every touch on the table. You can use this module for checking if you don’t have any calibration trouble with touches.

Configuration

Parameters:
image: str, default to ‘<kivy>/data/images/ring.png’

Filename of the image to use.

scale: float, default to 1.

Scale of the image.

alpha: float, default to 1.

Opacity of the image

Example

In your configuration (~/.kivy/config.ini), you can write something like this:

[modules]
touchring = image=mypointer.png,scale=.3,alpha=.7