StaticEventHandler.InputProcess should not alter playsim directly

This commit is contained in:
ZZYZX 2017-03-06 06:29:30 +02:00 committed by Christoph Oelckers
parent 291099751e
commit f28bdf12a0

View file

@ -318,7 +318,7 @@ class StaticEventHandler : Object native play version("2.4")
//
virtual native ui bool UiProcess(UiEvent e);
virtual native bool InputProcess(InputEvent e);
virtual native ui bool InputProcess(InputEvent e);
//
virtual native ui void ConsoleProcess(ConsoleEvent e);