No, no, Help is the right place for this.
Mouse Variables!
Here's simple example to draw the mouse, but you need to have an image for your mouse
Blit(mouse.x, mouse.y, your_mouse_image, screen);
And here's a useful thing for checking if a mouse is
hovering over a certain rectangular location on the screen.