comparison Mouse.h @ 1038:39f42990698f

Cleanings
author Nomad
date Thu, 23 May 2013 03:29:29 +0200
parents 346f7069676a
children db395ce89ede
comparison
equal deleted inserted replaced
1035:306ec23b37df 1038:39f42990698f
133 ThreadWard *pWard; 133 ThreadWard *pWard;
134 }; 134 };
135 #pragma pack(pop) 135 #pragma pack(pop)
136 136
137 137
138 #pragma pack(push, 1)
139 struct AsyncMouse
140 {
141 AsyncMouse(struct IDirectDrawSurface *);
142 ~AsyncMouse();
143
144 char Initialize(LPVOID lpParameter);
145 char LoadCursor(const char *pContainer);
146 char LoadCursorImage();
147 char _46B072();
148 char CreateDisrectInputMouse();
149 int _46B0ED();
150 void Resume();
151 void Suspend();
152 char _46B1DD();
153 bool DrawCursor(struct Texture *a1, struct IDirectDrawSurface4 *a2, int a3);
154 bool _46B289(int a2, char a3);
155 void SetHotspot(float hotspotx, float hotspoty);
156 int UpdateData(int a2);
157 char Thread();
158 void _46B492(int a2);
159 void _46B5D5(int a2);
160 void _46B736_consume_click_lists(char a2);
161 void _46B76F();
162 void _46B879();
163 int _46B944();
164 char _46B958(int a2, int a3);
165 char _46BA8D(int a2, int a3);
166 void _46BAEC();
167 void _46BB0A();
168 void *Clip();
169 void dtor_sub_46BC73();
170 int _46BCAB();
171 int unk_46BCD2(int a2, int a3, int a4);
172 void *unk_46BD09(void *a1, void *a2);
173 int unk_46BD2D(int a2, void *a3);
174 int unk_46BD66(int a1, int a2);
175
176 static void __stdcall AsyncMouseThread(int a1);
177
178 void _409E3D(char a2);
179 void Release();
180 };
181 #pragma pack(pop)
182
183 138
184 139
185 140
186 extern Mouse *pMouse; 141 extern Mouse *pMouse;
187 extern AsyncMouse *pAsyncMouse;