some GUI problems

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
schick
Posts: 230
Joined: Tue Oct 07, 2003 3:55 pm
Location: Germany
Contact:

some GUI problems

Post by schick »

1st:
I tried to write some custom GUI elements, but no EET_KEY_INPUT_EVENT events are sent to my elements OnEvent() function.
All of the other events work well. If i put the OnEvent() function into my the EventReceiver object all the EET_KEY_INPUT_EVENT are handled without any problems.

Any suggestions?

Ill browse the source, maybe i find the reason why the GUI environment doesnt like my custom elements :).

2nd:
It would be nice to get a handle as a GUI element to the logger object through the GUI environment. If you could do so already, please post a solution.

@niko
absolute great piece of software
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

I don't think that GUI's get EET_KEY_INPUT_EVENT's.

They get EET_GUI_EVENT.
Crud, how do I do this again?
Post Reply