maybe a bug...or maybe not

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.
VeneX
Posts: 228
Joined: Sun Nov 30, 2003 3:32 pm
Location: The Netherlands
Contact:

Post by VeneX »

Thanks, there are no errors anymore.
But, when I use the KEY_NUMPAD8 key, there isn't happening much, the code is:

Code: Select all

class MyEventReceiver : public IEventReceiver 
{ 
   //the code
}

int main() 
{ 
   MyEventReceiver receiver;
   //rest of code and model assignment
}
Visit my website @ www.venex.be
Plethora project will be added to the site
AMD AthlonXP 2600+, 512MB DDR, Radeon M10 (mobile 9600) PRO 64MB, WinXP
Post Reply