35 Bitmap* Mouse::image[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };
36 int Mouse::hotspot[8] = { 0, 0, 0, 0, 0, 0, 0, 0 };
45 window =
new(__FILE__,__LINE__)
Window(screen, 0, 0, screen->
Width(), screen->
Height());
55 window =
new(__FILE__,__LINE__)
Window(screen, 0, 0, screen->
Width(), screen->
Height());
63 for (
int i = 0; i < 8; i++) {
116 image[c] =
new(__FILE__,__LINE__)
Bitmap;
123 image[c]->CopyAlphaRedChannel(image[c]->Width(), image[c]->
Height(), (LPDWORD) image[c]->HiPixels());
145 if (!show || !window)
return;
149 int w2 = image[cursor]->
Width()/2;
150 int h2 = image[cursor]->
Height()/2;