Version

Quick search

Motion Event Shape

 Added in 1.0.0

Represent the shape of the MotionEvent

class kivy.input.shape.Shape[source]Added in 1.0.0

Bases: builtins.object

Abstract class for all implementations of a shape

class kivy.input.shape.ShapeRect[source]Added in 1.0.0

Bases: kivy.input.shape.Shape

Class for the representation of a rectangle.

heightAdded in 1.0.0

Height of the rect

widthAdded in 1.0.0

Width fo the rect