[client] reworked the mouse tracking logic

This commit is contained in:
Geoffrey McRae
2020-12-04 00:32:28 +11:00
parent e57f084c93
commit 3df23d6b73
3 changed files with 162 additions and 118 deletions

View File

@@ -70,11 +70,11 @@ LG_RendererFormat;
typedef struct LG_RendererRect
{
bool valid;
int x;
int y;
unsigned int w;
unsigned int h;
bool valid;
int x;
int y;
int w;
int h;
}
LG_RendererRect;