From 1945b57e7041cf7de509b38dad7898aea6c0bbb1 Mon Sep 17 00:00:00 2001 From: DaveTBlake Date: Tue, 20 Oct 2020 09:50:51 +0100 Subject: Fix event server unable to send raw key strikes after #18045 --- xbmc/input/InputManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/xbmc/input/InputManager.cpp b/xbmc/input/InputManager.cpp index 012866c566..522fddd83c 100644 --- a/xbmc/input/InputManager.cpp +++ b/xbmc/input/InputManager.cpp @@ -234,7 +234,6 @@ bool CInputManager::ProcessEventServer(int windowId, float frameTime) if (wKeyID & ES_FLAG_UNICODE) { key = CKey(0u, 0u, static_cast(wKeyID & ~ES_FLAG_UNICODE), 0, 0, 0, 0); - key.SetFromService(true); return OnKey(key); } -- cgit v1.2.3