Main Page   Modules   Class Hierarchy   Compound List   Compound Members  

GAUGE3D::GMouseButtonMessage Class Reference

Message sent when a mouse button is pressed or released. More...

#include <gauge3d/input/message.h>

Inherits GAUGE3D::GInputMessage.

List of all members.

Public Methods

 GMouseButtonMessage (pGObject origin,GString button,bool down)
 Create a mouse button message with the given info. More...

virtual ~GMouseButtonMessage ()


Detailed Description

Message sent when a mouse button is pressed or released.

This class is here for two reasons:


Constructor & Destructor Documentation

GAUGE3D::GMouseButtonMessage::GMouseButtonMessage ( pGObject origin,
GString button,
bool down ) [inline]
 

Create a mouse button message with the given info.

Parameters:
origin   A pointer to the object which is the logical "originator" of the message. For example, most messages will originate from a GDisplay.
button   The name of the button pressed. Something like "left mouse".
down   True if the button was pressed, false if released.


The documentation for this class was generated from the following file:
Generated at Tue Jan 30 17:07:34 2001 for gauge3d by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000