game(client): make touch more transparent in cutscenes

This commit is contained in:
nillerusr
2022-10-06 00:24:18 +03:00
parent d4e0a8108b
commit 653e08bce4
2 changed files with 45 additions and 4 deletions
+4
View File
@@ -238,6 +238,10 @@ private:
bool config_loaded;
vgui::HFont textfont;
int mouse_events;
bool m_bCutScene;
float m_flHideTouch;
int m_AlphaDiff;
};
extern CTouchControls gTouch;