IEventReceiver

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
irr::Newbie

IEventReceiver

Post by irr::Newbie »

I'm working on a custom GUI to use with irrlicht. It seams each gui element should inherit from IEventReceiver? or maybe just the main GUI environment which would call the event handler of each GUI element that need the event? What I'm not clear about is how to have the derived class register as an event receiver? Is simply creating an instance enough? or is there some function?
bearSoft
Posts: 165
Joined: Fri Apr 01, 2005 9:55 pm
Location: Denmark

Post by bearSoft »

perhaps the tut '05.UserInterface' can answer u? Dont know -but in case u havent looked..

ps register ur acount if u are serious about irr, some users may only respond to regd. users.
Regards.
Tech: win98se| 320mb ram| abitbe6| 433mhzceleron| atiRadeon7000.64mb| soundblaster125| dx9.0b | devCPP | IRR 0.12.0 |
Post Reply