Search found 4 matches

by RoboWarrior
Thu Jun 23, 2011 7:45 am
Forum: Beginners Help
Topic: ReadBlend
Replies: 4
Views: 355

ReadBlend

There's a way for irrlicht to use .blend files for scenes directly?
by RoboWarrior
Sat Oct 02, 2010 10:37 pm
Forum: Beginners Help
Topic: Complete event handler
Replies: 18
Views: 2013

could someone help me, please?
by RoboWarrior
Thu Sep 30, 2010 12:40 pm
Forum: Beginners Help
Topic: Complete event handler
Replies: 18
Views: 2013

Complete event handler

Is there an event handler that works for keyboard, mouse and gui event like this?

IGUIButton* b=blabla;
if(bpressed) do this;
if(key_A) do this;
if(leftmouse) do this;
by RoboWarrior
Fri Sep 03, 2010 2:06 pm
Forum: Beginners Help
Topic: Variables
Replies: 3
Views: 282

Variables

How to print a variable in the screen, in the graphic engine not in the console? thank you!