Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-2pick
Commits
9e5b0c38
Commit
9e5b0c38
authored
Sep 05, 2017
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f816323d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
premake/irrlicht/irrlicht.patch
premake/irrlicht/irrlicht.patch
+16
-16
No files found.
premake/irrlicht/irrlicht.patch
View file @
9e5b0c38
...
...
@@ -101,22 +101,22 @@ 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:
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment