📄 gps_ctl.h
字号:
#ifndef gps_ctl_h____
#define gps_ctl_h____
#include "fixed_echo.h"
enum gps_ctl_msg_type {
gps_ctl_msg_type_timer = 1,
gps_ctl_msg_type_click,
gps_ctl_msg_type_move,
gps_ctl_msg_type_idle,
};
typedef struct {
gps_ctl_msg_type msg;
int pos_x;
int pos_y;
} gps_ctl_msg_t;
fixed_status gps_ctl_execute(gps_ctl_msg_t msg);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -