Interface IEventReceiver

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type IEventReceiver = interface(IInterface)

Description

An interface for event receiving types.
This does NOT interact with the C++ IEventReceiver, it exists essentially for abstraction.

Hierarchy

Overview

Methods

Public function HandleEvent(Event: TIrrlichtEvent): Boolean;

Description

Methods

Public function HandleEvent(Event: TIrrlichtEvent): Boolean;

Callback function for internal device events. actions by other handlers or the engine itself.

Returns

True if the element has been handled and does not require further


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