Post removed.

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
TheRLG
Posts: 372
Joined: Thu Oct 07, 2004 11:20 pm

Post removed.

Post by TheRLG »

Post removed.
Last edited by TheRLG on Fri Dec 28, 2007 7:40 am, edited 1 time in total.
Emil_halim
Posts: 518
Joined: Tue Mar 29, 2005 9:02 pm
Location: Alex,Egypt
Contact:

Re: clickable text?

Post by Emil_halim »

RabidLockerGnome wrote:hey guys, has anyone implemented gui text that can send mouseclick events? that would be sweet lol.... lemme know plz ;-)
you could do it with mouse events and a coordinates of Gui text.

i.e.
with the IEventReceiver interface you couid check the mouse X & Y
, if they exist inside the GUI rectangle when the mouse clicked ,if
so do the code of event.

hope that it is clear.
Post Reply