I've just updated my Irrlicht version to 1.5 from 1.3 but I can't get a bit of code to compile with the new SDK and I'm not sure whats changed..
Heres my error:
error C2259: 'MyEventReceiver' : cannot instantiate abstract class
due to following members:
'bool irr::IEventReceiver::OnEvent(const virgo::SEvent &)' : is abstract