IEventReceiver in C#

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
gopakumator

IEventReceiver in C#

Post by gopakumator »

How do i set a devic'es Event Receiver using c#, currently i am using the method below, but the events don't seem to work...

MyEvent Receiver : IEvent Receiver (MyEventReceiver is my IEventReceiver class)



This is how i set it to my device:

Device.EventReceiver = Rec (Rec is the instance i made of the device)
Silbermünze
Posts: 34
Joined: Thu Sep 15, 2005 12:27 pm
Location: Stuttgart, Germany

Post by Silbermünze »

The assignment of the derived event receiver class to the property of the device works for me. So possibly your problem is caused somewhere else.

Silbermünze
Locked