Motion Event Shape¶
Module: kivy.input.shape
Added in 1.0.0Represent 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.
-
height
¶Added in 1.0.0 Height of the rect
-
width
¶Added in 1.0.0 Width fo the rect
-