OpenGUI::Moved_EventArgs Class Reference

#include <OpenGUI_Event.h>

Inheritance diagram for OpenGUI::Moved_EventArgs:

OpenGUI::EventArgs List of all members.

Detailed Description

Specialization of EventArgs for Control Moved events.


Public Member Functions

 Moved_EventArgs (const FVector2 &newPosition, const FVector2 &prevPosition)
 Constructor requires the new and old positions.

Public Attributes

const FVector2 newPosition
 The new position after the move.
const FVector2 prevPosition
 The previous position from before the move.


Constructor & Destructor Documentation

OpenGUI::Moved_EventArgs::Moved_EventArgs ( const FVector2 newPosition,
const FVector2 prevPosition 
) [inline]

Constructor requires the new and old positions.


Member Data Documentation

const FVector2 OpenGUI::Moved_EventArgs::newPosition

The new position after the move.

const FVector2 OpenGUI::Moved_EventArgs::prevPosition

The previous position from before the move.


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