I searched around a ton looking for a good explaination of how to get a mouse working in a First person shooter style game. I have created a scene in a warehouse with boxs in it. I use the camera as the character view, and I also made a arm that is parented to the camera in front of the camera view holding a gun. I can only use the keyboard for turning and looking around and such. I need to know how I can impliment the use of the mouse to control the camera and later to control the aim of the gun. If I understand correctly I need a python script to use the mouse. Any help would be GREAT! maybe a link to a good up to date tutorial too.