keys: add OSK

This commit is contained in:
mittorn
2019-10-28 12:28:52 +07:00
parent 5145b1956c
commit 57d48b64eb
4 changed files with 318 additions and 18 deletions

View File

@@ -486,6 +486,7 @@ void V_PostRender( void )
Con_DrawVersion();
Con_DrawDebug(); // must be last
Touch_Draw();
OSK_Draw();
S_ExtraUpdate();
}