Version

Quick search

Motion Event Shape

Represent the shape of the MotionEvent

class kivy.input.shape.Shape

Bases: builtins.object

Abstract class for all implementations of a shape

class kivy.input.shape.ShapeRect

Bases: kivy.input.shape.Shape

Class for the representation of a rectangle.