Mercurial > mm7
diff Mouse.h @ 2216:3f375342de12
window->GetWidth() continue
author | Ritor1 |
---|---|
date | Sat, 15 Feb 2014 16:00:19 +0600 |
parents | 633f81bb3ae7 |
children | 63e1388c5463 |
line wrap: on
line diff
--- a/Mouse.h Fri Feb 14 18:08:30 2014 +0600 +++ b/Mouse.h Sat Feb 15 16:00:19 2014 +0600 @@ -73,11 +73,11 @@ void SetActive(bool active); void Deactivate(); void DrawCursor(); - void _469E1C(); + void Activate(); void _469E24(); void DrawCursorToTarget(); - void _469EA4(); - void Activate(int bActive); + void ReadCursorWithItem(); + void ChangeActivation(int a1); void SetMouseClick(int x, int y); @@ -98,10 +98,10 @@ int field_34; unsigned __int8 *pCursorBitmap2_sysmem; unsigned __int16 *pCursorBitmap3_sysmembits_16bit; - int field_40; - int field_44; - int field_48; - int field_4C; + int uCursorWithItemX; + int uCursorWithItemY; + int uCursorWithItemW; + int uCursorWithItemZ; int field_50; int field_54; int uCursorBitmapPitch;