Main Page   Modules   Class Hierarchy   Compound List   Compound Members  

GAUGE3D::GMouseWheelMessage Class Reference

Message sent when the mouse wheel is moved. More...

#include <gauge3d/input/message.h>

Inherits GAUGE3D::GInputMessage.

List of all members.

Public Types

enum  tDirection { UP, DOWN }

Public Methods

 GMouseWheelMessage (pGObject origin,GString name,tDirection direction)
 Create a mouse wheel message with the given info. More...

virtual ~GMouseWheelMessage ()


Detailed Description

Message sent when the mouse wheel is moved.

This class is here for two reasons:


Constructor & Destructor Documentation

GAUGE3D::GMouseWheelMessage::GMouseWheelMessage ( pGObject origin,
GString name,
tDirection direction ) [inline]
 

Create a mouse wheel 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.
name   The name of the input. Just "mouse wheel" should do in most cases.
direction   Either UP or DOWN, indicating the direction the mouse wheel was moved.


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