[Solved]is Camera.update() called

Hi, I'm using AspectJ to listen to when Camera.update() is being called. I get an event when calling it manually but not when I move the mouse or use the wasd keys in SimpleGame.



Does anyone know why? Isn't Camera.update() being called by FirstPersonHandler?





Edit: Never mind, this was an INPATH problem.