Class TGUIEvent

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGUIEvent = class(TIrrlichtEvent)

Description

An event of the graphical user interface.
GUI events are created by the GUI environment or the GUI elements in response to mouse or keyboard events. When a GUI element receives an event it will either process it and return true, or pass the event to its parent. If an event is not absorbed before it reaches the root element then it will then be passed to the user receiver.

Hierarchy

Overview

Methods

Public constructor Create(NCaller, NElement: TGUIElement; NType: TGUIEventType);
Public destructor Destroy; override;

Properties

Public property Caller: TGUIElement read FCaller;
Public property Element: TGUIElement read FElement;
Public property GUIEventType: TGUIEventType read FGUIEventType;

Description

Methods

Public constructor Create(NCaller, NElement: TGUIElement; NType: TGUIEventType);
 
Public destructor Destroy; override;
 

Properties

Public property Caller: TGUIElement read FCaller;
 
Public property Element: TGUIElement read FElement;
 
Public property GUIEventType: TGUIEventType read FGUIEventType;
 

Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22