From 4e4daf6a5cc55d6bbad1d738e58a7002b5bf1869 Mon Sep 17 00:00:00 2001 From: zxy680pla Date: Thu, 22 Jan 2026 16:50:50 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=20input=5Fevent=5Finfo.h=20=E8=A1=A8=E5=86=A0=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E6=96=B0=E5=A2=9E=E6=97=B6=E9=97=B4=E6=88=B3timestamp?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zxy680pla --- interfaces/kits/gfx_utils/input_event_info.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/kits/gfx_utils/input_event_info.h b/interfaces/kits/gfx_utils/input_event_info.h index 024804f..b4321ad 100644 --- a/interfaces/kits/gfx_utils/input_event_info.h +++ b/interfaces/kits/gfx_utils/input_event_info.h @@ -63,6 +63,7 @@ struct DeviceData { float angularVelocity; /* angular velocity for rotate */ float rotateVelocity; /* rotate velocity in degrees per second for rotate */ float rotateDegree; /* current rotation angle in degrees for rotate */ + uint64_t timestamp; /*Timestamp*/ }; #endif uint16_t type; /* for virtual device the currently event type */