Mouse
This article is a stub. You can help improve Game Design Novice by expanding it.

Mouse Guide

Mouse input is composed of three different parts : the position of the mouse cursor, mouse buttons, and the center wheel.

Mouse Cursor

The mouse cursor is the pointer with which you point. The mouse cursor has two components. The mouse cursor image itself and the position of the mouse cursor on the screen. The mouse cursor image can be made visible or invisible using the Mouse function and the mouse position can be checked using MouseX() and MouseY().

Related Pages

Backlinks

These pages link back to this page. You may find them helpful.

Links

To Do

  • Check if mouse is in an area.
  • Do tests to find out if unchecking the mouse cursor causes it to be completely turned off or just made invisible.
  • Find out if it's possible for the mouse cursor to go outside the room
  • Mouse constants
  • Double Click
Categories: Programming
page_revision: 7, last_edited: 1236455348|%e %b %Y, %H:%M %Z (%O ago)