diff options
| author | MichaelFiber <[email protected]> | 2023-10-11 04:30:51 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-11 10:30:51 +0200 |
| commit | daba1a27945d6be914e71f71fe8e7cfaef1eca5e (patch) | |
| tree | e1c3a18295927181b2233a0dfabdb8dc8754fd2b /examples/Makefile | |
| parent | 101a9b04458a38413a29a11f22e6c8e0a472a75b (diff) | |
| download | raylib-daba1a27945d6be914e71f71fe8e7cfaef1eca5e.tar.gz raylib-daba1a27945d6be914e71f71fe8e7cfaef1eca5e.zip | |
Split drm update input (#3397)
* Update `PLATFORM_DRM` implementation of `GetGamepadAxisCount`
* Update
* Update `PLATFORM_DRM` implementation of `GetGamepadName`
* Add example to test gamepad info functions
Fix typo
* Update new gamepad info example
* Move axis count update out of GamepadThread - race condition
* Remove pointless if statement
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index 9404d39c..6031f05e 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -365,6 +365,7 @@ CORE = \ core/core_input_mouse \ core/core_input_mouse_wheel \ core/core_input_gamepad \ + core/core_input_gamepad_info \ core/core_input_multitouch \ core/core_input_gestures \ core/core_input_gestures_web \ |
