Skip to content
Snippets Groups Projects
Verified Commit 1a4fcc5c authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#42] Removed duplicate definition of method

parent 1ca9a92b
No related branches found
No related tags found
1 merge request!35Resolve "Kamera - Trackballkamera"
Pipeline #25721 canceled
......@@ -47,13 +47,6 @@ namespace vkcv::camera {
*/
void bindCameraToEvents();
/**
* @brief Gets a camera controller object of specified @p controllerType.
* @param[in] controllerType The type of the camera controller.
* @return The specified camera controller object.
*/
CameraController& getControllerByType(ControllerType controllerType);
/**
* @brief A callback function for key events. Currently, cycling between all existing camera controllers via Tab,
* window closure via Esc and polling key events from the active camera controller are supported.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment