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

GHOST_EventButton Class Reference

#include <GHOST_EventButton.h>

Inheritance diagram for GHOST_EventButton:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 GHOST_EventButton (GHOST_TUns64 time, GHOST_TEventType type, GHOST_IWindow *window, GHOST_TButtonMask button)

Protected Attributes

GHOST_TEventButtonData m_buttonEventData

Detailed Description

Mouse button event.

Author:
Maarten Gribnau
Date:
May 11, 2001

Definition at line 43 of file GHOST_EventButton.h.


Constructor & Destructor Documentation

GHOST_EventButton::GHOST_EventButton ( GHOST_TUns64  time,
GHOST_TEventType  type,
GHOST_IWindow window,
GHOST_TButtonMask  button 
) [inline]

Constructor.

Parameters:
timeThe time this event was generated.
typeThe type of this event.
xThe x-coordinate of the location the cursor was at at the time of the event.
yThe y-coordinate of the location the cursor was at at the time of the event.
buttonsThe state of the buttons was at at the time of the event.

Definition at line 54 of file GHOST_EventButton.h.

References GHOST_TEventButtonData::button, m_buttonEventData, and GHOST_Event::m_data.


Member Data Documentation

The button event data.

Definition at line 63 of file GHOST_EventButton.h.

Referenced by GHOST_EventButton().


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