From 71a333261b95eb158be86166a5c2df767f5840ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=A1=D1=83=D1=85=D0=BE=D0=B2?= <22411953+Vladislav4KZ@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:29:31 +0000 Subject: [PATCH] engine: client: in_touch.c: added voicechat touch button --- engine/client/in_touch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/client/in_touch.c b/engine/client/in_touch.c index 9148dda3..3a83d17c 100644 --- a/engine/client/in_touch.c +++ b/engine/client/in_touch.c @@ -1103,6 +1103,7 @@ void Touch_Init( void ) Touch_AddDefaultButton( "edit", "touch_default/settings", "touch_enableedit", 0.420000, 0.000000, 0.500000, 0.151486, color, 2, 1, 32 ); Touch_AddDefaultButton( "menu", "touch_default/menu", "escape", 0.000000, 0.833171, 0.080000, 0.984656, color, 2, 1, 0 ); Touch_AddDefaultButton( "spray", "touch_default/spray", "impulse 201", 0.840000, 0.000000, 0.920000, 0.151486, color, 2, 1, 0 ); + Touch_AddDefaultButton( "voicechat", "touch_default/microphone", "+voicerecord", 0.780000, 0.844444, 0.860000, 1.022222, color, 2, 1, 0 ); Cmd_AddCommand( "touch_addbutton", Touch_AddButton_f, "add native touch button" ); Cmd_AddCommand( "touch_removebutton", IN_TouchRemoveButton_f, "remove native touch button" );