From fe264d5da08dc44efdcb6f46cbba5a06eb3e03ed Mon Sep 17 00:00:00 2001 From: "QCQCQC@Opi5" Date: Sat, 13 Dec 2025 21:34:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TERMINAL_EVENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TERMINAL_EVENTS.md b/TERMINAL_EVENTS.md index f518fe2..c2e1f90 100644 --- a/TERMINAL_EVENTS.md +++ b/TERMINAL_EVENTS.md @@ -26,7 +26,7 @@ typedef enum { ```c typedef struct { - uint32_t event_type; // 1=按下, 2=释放, 3=移动, 4=滚轮上, 5=滚轮下 + uint32_t event_type; // 1=按下, 2=释放 uint32_t button; // 鼠标按钮(1=左键,2=中键,3=右键) uint32_t x; // X坐标(列) uint32_t y; // Y坐标(行)