Quick search

Motion Event Shape

 Added in 1.0.0

Represent the shape of the MotionEvent

class kivy.input.shape.Shape[ソース]Added in 1.0.0

ベースクラス: builtins.object

Abstract class for all implementations of a shape

class kivy.input.shape.ShapeRect[ソース]Added in 1.0.0

ベースクラス: 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