sebastien %!s(int64=7) %!d(string=hai) anos
pai
achega
8bfdf2050c

+ 2 - 0
src/Cameras/Inputs/babylon.freeCameraVirtualJoystickInput.ts

@@ -14,6 +14,7 @@ module BABYLON {
 
         /**
          * Gets the left stick of the virtual joystick.
+         * @returns The virtual Joystick
          */
         public getLeftJoystick(): VirtualJoystick {
             return this._leftjoystick;
@@ -21,6 +22,7 @@ module BABYLON {
 
         /**
          * Gets the right stick of the virtual joystick.
+         * @returns The virtual Joystick
          */
         public getRightJoystick(): VirtualJoystick {
             return this._rightjoystick;