Motion Event Shape

Represent the shape of the MotionEvent

class kivy.input.shape.Shape

Bases: object

Abstract class for all implementation of a shape

class kivy.input.shape.ShapeRect

Bases: kivy.input.shape.Shape

Represent a rectangle shape.