Tell irrlicht if we handle a key or not.
authorest31 <MTest31@outlook.com>
Sat, 14 May 2016 14:25:57 +0000 (16:25 +0200)
committerest31 <MTest31@outlook.com>
Thu, 26 May 2016 18:33:33 +0000 (20:33 +0200)
commitfa6b21a15b415cd82dce6896b94a5341b7dd76f0
tree1fc68b1ebb2ce52c81b33e816b0f8f8f827d47a7
parentef100f12a1346f7bfd2a05dc606cb22e97179c02
Tell irrlicht if we handle a key or not.

We can remove the function in MtNativeActivity now
as it serves precisely that purpose: to tell irrlicht
that we handled the esc key.

TODO for later:
 * Perhaps try to find a more performant container than KeyList
build/android/src/main/java/net.minetest.minetest/MtNativeActivity.java
src/client/inputhandler.h
src/game.cpp
src/game.h