OpenGUI::DrawCursor_EventArgs Class Reference

#include <OpenGUI_Cursor.h>

Inheritance diagram for OpenGUI::DrawCursor_EventArgs:

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

Detailed Description

Specialization of Draw_EventArgs for Cursor objects.


Public Member Functions

 DrawCursor_EventArgs (float x_pos, float y_pos, Brush &brush)
 Constructor requires the x and y position of the cursor and a valid Brush reference.

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::DrawCursor_EventArgs::DrawCursor_EventArgs ( float  x_pos,
float  y_pos,
Brush brush 
) [inline]

Constructor requires the x and y position of the cursor and a valid Brush reference.


Member Data Documentation

const FVector2 OpenGUI::DrawCursor_EventArgs::Position

The cursor position.

const float& OpenGUI::DrawCursor_EventArgs::X

The cursor X position.

const float& OpenGUI::DrawCursor_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:24 2007