Matt
- 活动总数 7
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 1
评论
Matt 最近的活动-
Heya Poppy , wondering if you have any response to the above?
-
Oh also, the part where the documentation says that only Canvas supports touch events should be removed. They work on Shapes too, you just need to use the UDP API as well as the pseudo-RESTful API.
-
My last remaining problem is the meaning of the “Touch Type and Touch Strength Byte”.The documentation says nothing about bits 3 to 7.Then it says that bit 2 is reserved.Then it says that bit 1 is ...
-
Ok, I've made some progress. There is a UDP API, and I do receive data via it when I tap my Hexagon. Here's my code:#!python3 import requestsimport socketimport threadingimport structfrom sys impor...