diff --git a/ryzom/client/src/motion/user_controls.h b/ryzom/client/src/motion/user_controls.h index b607ab180..c000f45c1 100644 --- a/ryzom/client/src/motion/user_controls.h +++ b/ryzom/client/src/motion/user_controls.h @@ -177,6 +177,8 @@ public: /// Stop Free Look (can be called multiple times if needed). Additionaly, the mouse/pointer is restored void stopFreeLook(); + bool getFreeLook() const { return _FreeLook; } + /// Is the camera inside the character. bool isInternalView() {return _InternalView;}