engine/client: handle touch config aspect ratio, try correctly handle touch aspect on resizeable windows

This commit is contained in:
mittorn
2023-10-22 20:02:14 +03:00
committed by Alibek Omarov
parent 14c7a84482
commit e68b19ed1a
3 changed files with 80 additions and 12 deletions
+1
View File
@@ -75,6 +75,7 @@ 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 );
void Touch_NotifyResize( void );
//
// in_joy.c