vgui_support: added VGUI_TextInput callback stub

This commit is contained in:
SNMetamorph
2022-05-02 03:29:24 +03:00
committed by a1batross
parent 87ceb0f9cb
commit 974f0787a4
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -119,4 +119,5 @@ extern "C" EXPORT void InitAPI(vguiapi_t * api)
g_api->Mouse = VGUI_Mouse;
g_api->MouseMove = VGUI_MouseMove;
g_api->Key = VGUI_Key;
g_api->TextInput = VGUI_TextInput;
}