GestureList
Last updated
Was this helpful?
Last updated
Was this helpful?
属性:
方法:
GestureList 类继承自 Python 数组来表示一系列 Gesture 对象。
通过 Frame.gestures()
来获取一个 GestureList 对象。
New in version 1.0
classmethod GestureList() 构造一个空列表。
New in version 1.0
类型:boolean
返回列表是否为空。
New in version 1.0
将制定的 GestureList 成员添加到 GestureList 中。
参数:
other(GestureList)—— 一个 GestureList 对象包含的 Gesture 对象会添加到 GestureList 的末尾。