Version

Quick search

Motion Event Shape

Represent the shape of the MotionEvent

class kivy.input.shape.Shape[source]

Bases: builtins.object

Abstract class for all implementations of a shape

class kivy.input.shape.ShapeRect[source]

Bases: kivy.input.shape.Shape

Class for the representation of a rectangle.

height

Height of the rect

width

Width of the rect