I created the new branch that will use PyOSG.
[krufty_fps.git] / demo / pack_out / scripts / cam.py
blobd8765c18734f0adb755b791cce1efd936c51b509
1 #!/usr/bin/python
3 def key_down(me, params):
4 print "the params are", params
6 self.functions['KEYDOWN'] = key_down