How to Input command in Console windows

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
kevin_shanghai
Posts: 28
Joined: Wed Jan 30, 2013 3:29 am

How to Input command in Console windows

Post by kevin_shanghai »

HI,
Is there any way that i can type command in irrlicht console window?
I need to configure some parameters sometimes, and think it is simpler to do that in console.
Thanks!
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: How to Input command in Console windows

Post by hendu »

Just like you would with any console app. Read from stdin.
Post Reply