update: 更新文件 input_event_info.h

表冠事件新增时间戳timestamp字段

Signed-off-by: zxy680pla <zhongxiangyu1@h-partners.com>
This commit is contained in:
zxy680pla
2026-01-22 16:50:50 +08:00
parent 7df1f96051
commit 4e4daf6a5c
@@ -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 */