Blender V2.61 - r43446
Public Member Functions | Protected Attributes

GHOST_EventWheel Class Reference

#include <GHOST_EventWheel.h>

Inheritance diagram for GHOST_EventWheel:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 GHOST_EventWheel (GHOST_TUns64 msec, GHOST_IWindow *window, GHOST_TInt32 z)

Protected Attributes

GHOST_TEventWheelData m_wheelEventData

Detailed Description

Mouse wheel event. The displacement of the mouse wheel is counted in ticks. A positive value means the wheel is turned away from the user.

Author:
Maarten Gribnau
Date:
May 11, 2001

Definition at line 45 of file GHOST_EventWheel.h.


Constructor & Destructor Documentation

GHOST_EventWheel::GHOST_EventWheel ( GHOST_TUns64  msec,
GHOST_IWindow window,
GHOST_TInt32  z 
) [inline]

Constructor.

Parameters:
msecThe time this event was generated.
typeThe type of this event.
zThe displacement of the mouse wheel.

Definition at line 54 of file GHOST_EventWheel.h.

References GHOST_Event::m_data, m_wheelEventData, and GHOST_TEventWheelData::z.


Member Data Documentation

The z-displacement of the mouse wheel.

Definition at line 63 of file GHOST_EventWheel.h.

Referenced by GHOST_EventWheel().


The documentation for this class was generated from the following file: