Skip to content
Snippets Groups Projects
Commit 3186f29c authored by Vanessa Karolek's avatar Vanessa Karolek
Browse files

[#60][Doc] add missing documentation

parent ae624c33
No related branches found
No related tags found
1 merge request!65Resolve "Kamera - Steuerung mittels Controller"
......@@ -66,9 +66,10 @@ namespace vkcv {
static void onKeyEvent(GLFWwindow *callbackWindow, int key, int scancode, int action, int mods);
/**
* @brief TODO
* @brief A callback function for gamepad input events.
* @param gamepadIndex The gamepad index.
*/
static void onGamepadEvent(int gamepadIndex, Window *window);
static void onGamepadEvent(int gamepadIndex);
public:
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment