also

i forgot this also:

if((*game::keyboard)[DIK_UP]) camPos+=camDir;
if((*game::keyboard)[DIK_DOWN]) camPos-=camDir;

Again, I try and this no work either.