I've a player to which I've attached character controller and two scripts - Controller
and MouseLooker
to control the player movements but when I try to move my mouse cursor while pressing keyboard key(s), my mouse cursor gets locked. When I release the keyboard keys(s) it starts working.
How should I fix this to get both keyboard and mouse to work at the same time?