Mercurial > mm7
comparison Mouse.h @ 2216:3f375342de12
window->GetWidth() continue
author | Ritor1 |
---|---|
date | Sat, 15 Feb 2014 16:00:19 +0600 |
parents | 633f81bb3ae7 |
children | 63e1388c5463 |
comparison
equal
deleted
inserted
replaced
2215:e9625ad08541 | 2216:3f375342de12 |
---|---|
71 POINT *GetCursorPos(POINT *p); | 71 POINT *GetCursorPos(POINT *p); |
72 void Initialize(OSWindow *window); | 72 void Initialize(OSWindow *window); |
73 void SetActive(bool active); | 73 void SetActive(bool active); |
74 void Deactivate(); | 74 void Deactivate(); |
75 void DrawCursor(); | 75 void DrawCursor(); |
76 void _469E1C(); | 76 void Activate(); |
77 void _469E24(); | 77 void _469E24(); |
78 void DrawCursorToTarget(); | 78 void DrawCursorToTarget(); |
79 void _469EA4(); | 79 void ReadCursorWithItem(); |
80 void Activate(int bActive); | 80 void ChangeActivation(int a1); |
81 void SetMouseClick(int x, int y); | 81 void SetMouseClick(int x, int y); |
82 | 82 |
83 | 83 |
84 unsigned int uPointingObjectID; | 84 unsigned int uPointingObjectID; |
85 unsigned int bActive; | 85 unsigned int bActive; |
96 OSWindow *window; | 96 OSWindow *window; |
97 unsigned __int16 *pCursorBitmap_sysmem; | 97 unsigned __int16 *pCursorBitmap_sysmem; |
98 int field_34; | 98 int field_34; |
99 unsigned __int8 *pCursorBitmap2_sysmem; | 99 unsigned __int8 *pCursorBitmap2_sysmem; |
100 unsigned __int16 *pCursorBitmap3_sysmembits_16bit; | 100 unsigned __int16 *pCursorBitmap3_sysmembits_16bit; |
101 int field_40; | 101 int uCursorWithItemX; |
102 int field_44; | 102 int uCursorWithItemY; |
103 int field_48; | 103 int uCursorWithItemW; |
104 int field_4C; | 104 int uCursorWithItemZ; |
105 int field_50; | 105 int field_50; |
106 int field_54; | 106 int field_54; |
107 int uCursorBitmapPitch; | 107 int uCursorBitmapPitch; |
108 int field_5C[13]; | 108 int field_5C[13]; |
109 void *ptr_90; | 109 void *ptr_90; |