fix: 更新文档
This commit is contained in:
parent
735ead43b5
commit
fe264d5da0
|
|
@ -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坐标(行)
|
||||
|
|
|
|||
Loading…
Reference in New Issue