public static Joystick_V ReturnJoystick(int joystickId) { Joystick_V joystick = new Joystick_V(joystickId); return(joystick); }