void GrSetCursor ( GR_WINDOW_ID wid, /* window ID to set */ GR_SIZE width, /* width of cursor */ GR_SIZE height, /* height of cursor */ GR_COORD hotx, /* relative x position of hot spot */ GR_COORD hoty, /* relative y position of hot spot */ GR_COLOR foreground, /* foreground color of cursor */ GR_COLOR background, /* background color of cursor */ GR_BITMAP * fgbitmap, /* foreground bitmap */ GR_BITMAP * bgbitmap /* background bitmap */ );
The window ID of the window for which you want to set the cursor.
The dimensions of the cursor.
The position of the hot spot within the cursor relative to the upper left corner of the cursor.
The foreground and background colors of the cursor.
Pointers to the foreground and background bitmaps.