fix cursor position issues with downscaling

This commit is contained in:
FunkyFr3sh 2023-09-14 16:47:28 +02:00
parent 597cdd9b48
commit accc47e377
5 changed files with 32 additions and 22 deletions

View file

@ -109,6 +109,11 @@ typedef struct CNCDDRAW
struct
{
float scale_x;
float scale_y;
float unscale_x;
float unscale_y;
int y_adjust;
int x_adjust;
RECT rc;