Skip to content
Snippets Groups Projects
Verified Commit 3c439cb4 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#60] Update documentation

parent 51df6be9
No related branches found
No related tags found
1 merge request!65Resolve "Kamera - Steuerung mittels Controller"
Pipeline #25964 passed
......@@ -64,6 +64,7 @@ namespace vkcv::camera {
* @brief A callback function for gamepad input events.
* @param gamepadIndex The gamepad index.
* @param camera The camera object.
* @param frametime The current frametime.
*/
virtual void gamepadCallback(int gamepadIndex, Camera &camera, double frametime) = 0;
};
......
......@@ -142,6 +142,7 @@ namespace vkcv::camera {
* @brief A callback function for gamepad input events.
* @param gamepadIndex The gamepad index.
* @param camera The camera object.
* @param frametime The current frametime.
*/
void gamepadCallback(int gamepadIndex, Camera &camera, double frametime);
};
......
......@@ -99,6 +99,7 @@ namespace vkcv::camera {
* @brief A callback function for gamepad input events.
* @param gamepadIndex The gamepad index.
* @param camera The camera object.
* @param frametime The current frametime.
*/
void gamepadCallback(int gamepadIndex, Camera &camera, double frametime);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment