engine: client: fix inconsistent mouse state caused by mis-use of touch_emulate by cs16-client

This commit is contained in:
Alibek Omarov
2025-02-23 07:13:39 +03:00
parent 8b9a40ff1f
commit ccf342f4fe
4 changed files with 13 additions and 23 deletions
-1
View File
@@ -74,7 +74,6 @@ void Touch_ResetDefaultButtons( void );
int IN_TouchEvent( touchEventType type, int fingerID, float x, float y, float dx, float dy );
void Touch_KeyEvent( int key, int down );
qboolean Touch_WantVisibleCursor( void );
qboolean Touch_Emulated( void );
void Touch_NotifyResize( void );
//