in MyEventReceiver class i forget to put this
Code: Select all
if (event.EventType == irr::EET_KEY_INPUT_EVENT && !event.KeyInput.PressedDown)
{ anyway , thx Vitek !
Code: Select all
if (event.EventType == irr::EET_KEY_INPUT_EVENT && !event.KeyInput.PressedDown)
{ Apocalypse TH6 wrote: then you need to switch to Microsoft Visual C++ or C# or whatever you are using. There is a free express version. The Irrlicht.dll for it is in a folder called Win32-VisualStudio in the \bin directory. OpenGL is compiled into both dlls. I hoped that helped.