mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 21:52:05 +08:00
vgui_support: added VGUI_TextInput callback stub
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user