Commit f816323d authored by mercury233's avatar mercury233

update

parent 2c266042
Subproject commit e0b255a75d69288980d1bf27ea12a96bbe252385
Subproject commit c9181e46566718367ef453e81cb60830fed9194c
......@@ -100,6 +100,23 @@ index f33b5a2..8375444 100644
if (MarkBegin == MarkEnd)
{
@@ -658,6 +658,16 @@ bool CGUIEditBox::processKey(const SEvent& event)
case KEY_ESCAPE:
case KEY_TAB:
case KEY_SHIFT:
+ case KEY_LSHIFT:
+ case KEY_RSHIFT:
+ case KEY_MENU:
+ case KEY_LMENU:
+ case KEY_RMENU:
+ case KEY_LWIN:
+ case KEY_RWIN:
+ case KEY_CAPITAL:
+ case KEY_NUMLOCK:
+ case KEY_SCROLL:
case KEY_F1:
case KEY_F2:
case KEY_F3:
diff --git a/irrlicht/src/CIrrDeviceWin32.cpp b/irrlicht/src/CIrrDeviceWin32.cpp
index f96c178..2e7a9ee 100644
--- a/irrlicht/src/CIrrDeviceWin32.cpp
......
Subproject commit bf0d27148b7866ad11c05837b6dbadfe2efed253
Subproject commit c39f36c8088b0c1c9450f44756738fb70ec8dfdf
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment