fix cursor position issues with downscaling
This commit is contained in:
parent
597cdd9b48
commit
accc47e377
5 changed files with 32 additions and 22 deletions
5
inc/dd.h
5
inc/dd.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue