I got a problem with EventReceiver and keyMap , when i add receiver on createDevice
device=createDevice(video::EDT_DIRECT3D9,core::dimension2d<s32>(800, 600), 32,0, false, false,&receiver);
my keymap array is not working(i can't move the camera).I don't know what can cause this problem, what I missed in my code