-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule c-vector
updated
4 files
+1 −1 | CMakeLists.txt | |
+4 −3 | cvector.h | |
+7 −7 | example.c | |
+6 −18 | unit-tests.c |
Submodule nuklear_gamepad
updated
21 files
+3 −0 | Makefile | |
+18 −12 | README.md | |
+39 −14 | demo/common/nuklear_gamepad_demo.c | |
+2 −1 | demo/glfw/main.c | |
+3 −3 | demo/none/main.c | |
+1 −1 | demo/pntr/.cmake/Findpntr.cmake | |
+1 −1 | demo/pntr/.cmake/Findpntr_app.cmake | |
+1 −1 | demo/pntr/.cmake/Findpntr_nuklear.cmake | |
+3 −2 | demo/pntr/main.c | |
+1 −1 | demo/raylib/CMakeLists.txt | |
+1 −1 | demo/raylib/main.c | |
+1 −1 | demo/sdl/main.c | |
+136 −16 | nuklear_gamepad.h | |
+11 −13 | nuklear_gamepad_glfw.h | |
+5 −4 | nuklear_gamepad_keyboard.h | |
+49 −0 | nuklear_gamepad_none.h | |
+10 −11 | nuklear_gamepad_pntr.h | |
+10 −11 | nuklear_gamepad_raylib.h | |
+19 −11 | nuklear_gamepad_sdl.h | |
+11 −1 | test/nuklear_gamepad_test.c | |
+1 −1 | vendor/nuklear |