feat: 支持touchByEvent

This commit is contained in:
余泓铮
2025-07-16 17:41:56 +08:00
parent 31c66b8cc0
commit ed5fba5540
3 changed files with 336 additions and 7 deletions

View File

@@ -228,7 +228,6 @@ const (
// TouchEvent represents a single touch event with all its properties
type TouchEvent struct {
Timestamp int64 `json:"timestamp"`
X float64 `json:"x"`
Y float64 `json:"y"`
DeviceID int `json:"deviceId"`