We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b906ed4 commit b25554cCopy full SHA for b25554c
build/android/patches/irrlicht-back_button.patch
@@ -1,14 +1,14 @@
1
--- irrlicht/source/Irrlicht/Android/CIrrDeviceAndroid.cpp.orig 2015-08-29 15:43:09.000000000 +0300
2
+++ irrlicht/source/Irrlicht/Android/CIrrDeviceAndroid.cpp 2016-05-13 21:36:22.880388505 +0300
3
@@ -486,7 +486,7 @@
4
- event.KeyInput.Char = 0;
5
- }
6
-
7
-- device->postEventFromUser(event);
8
-+ status = device->postEventFromUser(event);
9
10
- break;
11
- default:
+ event.KeyInput.Char = 0;
+ }
+
+- device->postEventFromUser(event);
++ status = device->postEventFromUser(event);
+ break;
+ default:
12
@@ -543,7 +543,7 @@
13
KeyMap[1] = KEY_LBUTTON; // AKEYCODE_SOFT_LEFT
14
KeyMap[2] = KEY_RBUTTON; // AKEYCODE_SOFT_RIGHT
0 commit comments