- Kivy Cookbook
- Hugo Solis
- 119字
- 2021-07-16 20:39:56
Introduction
The Kivy framework is able to handle most common types of input and actions such as mouse, touchscreen, accelerometer, and gyroscope that will be reviewed in this chapter. It handles the native multitouch protocols on the following platforms: Tuio, WM_Touch, MacMultitouchSupport, MT Protocol A/B, and Android.
The class of all input events is motion event. It generates two kinds of events; one of them is touch events—a motion event that contains at least an x and y position. All the touch events are dispatched across the widget tree. The no-touch events are the rest. The accelerometer is a continuous event, without position. It never starts or stops. These events are not dispatched across the widget tree.
推薦閱讀
- Implementing VMware Horizon 7(Second Edition)
- Implementing Modern DevOps
- SoapUI Cookbook
- Maven Build Customization
- Instant Zepto.js
- Mastering Kali Linux for Web Penetration Testing
- Magento 1.8 Development Cookbook
- 軟件項目管理實用教程
- INSTANT Passbook App Development for iOS How-to
- Mastering Xamarin.Forms(Second Edition)
- 利用Python進行數據分析
- Java Web從入門到精通(第3版)
- QGIS 2 Cookbook
- SwiftUI極簡開發
- Learning Python Data Visualization