-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathconstant.h
More file actions
44 lines (30 loc) · 1.39 KB
/
constant.h
File metadata and controls
44 lines (30 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#pragma once
//////////////////////////////////////////////////////////////////////////
#define ID_HOT_UP 10000 //上
#define ID_HOT_DOWN 10001 //下
#define ID_HOT_LEFT 10002 //左
#define ID_HOT_RIGHT 10003 //右
#define ID_HOT_TOPLEFT 10004 //左上
#define ID_HOT_TOPRIGHT 10005 //右上
#define ID_HOT_BOTLEFT 10006 //左下
#define ID_HOT_BOTRIGHT 10007 //右下
#define ID_HOT_SL_UP 10008 //微调, 上
#define ID_HOT_SL_DOWN 10009 //微调, 下
#define ID_HOT_SL_LEFT 10010 //微调, 左
#define ID_HOT_SL_RIGHT 10011 //微调, 右
#define ID_HOT_LEFT_CLICK 10012 //左击
#define ID_HOT_RIGHT_CLICK 10013 //右击
#define ID_HOT_MIDDLE_UP 10014 //滚轮上
#define ID_HOT_MIDDLE_DOWN 10015 //滚轮下
#define ID_HOT_MIDDLE_PRESS 10016 //中键按下
//////////////////////////////////////////////////////////////////////////
#define ID_HOT_WND_HIDE 10017 //隐藏\显示窗口
#define ID_HOT_PAUSE 10018 //暂停\继续热键
//////////////////////////////////////////////////////////////////////////
#define ID_BTN_PAUSE 10100 //暂停\继续模拟
#define ID_BTN_HIDE 10101 //隐藏模拟
#define ID_BTN_EXIT 10102 //退出模拟
//////////////////////////////////////////////////////////////////////////
#define ID_ID_AUTORUN 10103 //开机自动运行
//////////////////////////////////////////////////////////////////////////
#define ID_ID_HYPERLINK 10200 //超链接