Clicking Text and a Moving Picture

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
Robomaniac
Posts: 602
Joined: Sat Aug 23, 2003 2:03 am
Location: Pottstown, PA
Contact:

Clicking Text and a Moving Picture

Post by Robomaniac »

I'm doing a text gui for my game i'm making with this engine and i was wondering, is there any way to read clicks on text. Also, i want to have a thing beside the text that when you hover over the text, it moves to next to it. Thanks for any help.

~~ The Robomaniac
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

I would be possible to implement your own GUIElements for that. Its not difficult to do that. Just derive a class from IGUIElement. That's all.
Post Reply