-------------------------------------------------------------------------------- -- Handler.......... : onKeyboardKeyUp -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function FPSMain.onKeyboardKeyUp ( kKeyCode ) -------------------------------------------------------------------------------- -- Forward to camera -- object.sendEvent ( application.getCurrentUserMainCamera ( ), "FPSCamera", "onKeyboardKeyUp", kKeyCode ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------