engine: move Sys_SendKeyEvents to platform/win32

This commit is contained in:
Alibek Omarov
2024-12-24 09:59:47 +03:00
parent f41450127a
commit bd0d6644e0
4 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -633,7 +633,7 @@ Called every frame, even if not generating commands
*/
void Host_InputFrame( void )
{
Sys_SendKeyEvents ();
Platform_SendKeyEvents();
IN_Commands();