OpenGUI::Cursor_EventArgs Class Reference

#include <OpenGUI_Event.h>

Inheritance diagram for OpenGUI::Cursor_EventArgs:

OpenGUI::Input_EventArgs OpenGUI::EventArgs List of all members.

Detailed Description

Specialization of EventArgs for Cursor events.


Public Member Functions

 Cursor_EventArgs (float x_pos, float y_pos)
 Constructor requires the X and Y position of the cursor.

Public Attributes

const FVector2 Position
 The cursor position.
const float & X
 The cursor X position.
const float & Y
 The cursor Y position.


Constructor & Destructor Documentation

OpenGUI::Cursor_EventArgs::Cursor_EventArgs ( float  x_pos,
float  y_pos 
) [inline]

Constructor requires the X and Y position of the cursor.


Member Data Documentation

const FVector2 OpenGUI::Cursor_EventArgs::Position

The cursor position.

const float& OpenGUI::Cursor_EventArgs::X

The cursor X position.

const float& OpenGUI::Cursor_EventArgs::Y

The cursor Y position.


The documentation for this class was generated from the following file:
Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Fri Jan 5 23:05:25 2007