Touch Shape: Represent the shape of the touch

Touch Shape: Represent the shape of the touch

class pymt.input.shape.TouchShape

Bases: object

Abstract class for all implementation of a shape

class pymt.input.shape.TouchShapeRect

Bases: pymt.input.shape.TouchShape

Represent a rectangle shape.

Previous topic

Touch Provider: Abstract class for a provider

Next topic

Touch: Base for all touch objects

This Page