diff --git a/wadsrc/static/zscript/events.txt b/wadsrc/static/zscript/events.txt index e1c2b485a..c6c01c54f 100755 --- a/wadsrc/static/zscript/events.txt +++ b/wadsrc/static/zscript/events.txt @@ -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);