We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b2d76 commit f675f2aCopy full SHA for f675f2a
Compatibility.md
@@ -4,6 +4,13 @@ YEGE 以 [misakamm 的 xege](https://github.com/misakamm/xege) 为基础修改,
4
5
# 版本历史
6
7
+## 主分支版本
8
+
9
+### API 修改
10
11
+* 函数 `ege::getkey` 支持 `WM_CHAR` 消息。
12
+ * 参见 [wysaid/xege pull request 3](https://github.com/wysaid/xege/pull/3) 。
13
14
## 19.01
15
16
YEGE 19.01 以 YEGE 14.01 为基础修改。
EGE/src/ege/global.cpp
@@ -287,7 +287,7 @@ EGEApplication::_get_input(get_input_op op)
287
case get_input_op::kbhit:
288
return _peekkey();
289
case get_input_op::kbmsg:
290
- return _peekallkey(1);
+ return _peekallkey(3);
291
}
292
return 0;
293
0 commit comments