Description | Hierarchy | Fields | Methods | Properties |
type IEventReceiver = interface(IInterface)
An interface for event receiving types.
This does NOT interact with the C++ IEventReceiver
, it exists essentially for abstraction.
![]() |
function HandleEvent(Event: TIrrlichtEvent): Boolean; |
![]() |
function HandleEvent(Event: TIrrlichtEvent): Boolean; |
Callback function for internal device events. actions by other handlers or the engine itself. ReturnsTrue if the element has been handled and does not require further |