mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
vgui_support: added VGUI_TextInput callback stub
This commit is contained in:
@@ -83,4 +83,9 @@ void VGUI_MouseMove(int x, int y)
|
||||
return;
|
||||
pApp->internalCursorMoved( x, y, surface );
|
||||
}
|
||||
|
||||
void VGUI_TextInput(const char *text)
|
||||
{
|
||||
// stub
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user