mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-13 21:01:53 +08:00
* 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 * Start integrating stuff from the mikesinput lib * Add more logging * Add semicolon * Add forgotten static * More fixes * Update axisCount to be array * More debugging * Add forgotten index to ready check * Add path logging * Missing parenthesis * Add missing slash * Fix axis count being reset to 0 * Fix missing paren * Test polling joystick button events * Major updates * Fix missing array index * Fix another missing array index * Update example * dumb logging * Wrong constant for ev.code handling * More dumb logging * Remove some logging * Add FPS to gamepad info example and try for max FPS * tweak * Revert example * Add fps back * Clean up after merge * Switch axisCount to be an array |
||
|---|---|---|
| .. | ||
| resources | ||
| core_2d_camera_mouse_zoom.c | ||
| core_2d_camera_mouse_zoom.png | ||
| core_2d_camera_platformer.c | ||
| core_2d_camera_platformer.png | ||
| core_2d_camera_split_screen.c | ||
| core_2d_camera_split_screen.png | ||
| core_2d_camera.c | ||
| core_2d_camera.png | ||
| core_3d_camera_first_person.c | ||
| core_3d_camera_first_person.png | ||
| core_3d_camera_free.c | ||
| core_3d_camera_free.png | ||
| core_3d_camera_mode.c | ||
| core_3d_camera_mode.png | ||
| core_3d_camera_split_screen.c | ||
| core_3d_camera_split_screen.png | ||
| core_3d_picking.c | ||
| core_3d_picking.png | ||
| core_basic_screen_manager.c | ||
| core_basic_screen_manager.png | ||
| core_basic_window_web.c | ||
| core_basic_window.c | ||
| core_basic_window.png | ||
| core_custom_frame_control.c | ||
| core_custom_frame_control.png | ||
| core_custom_logging.c | ||
| core_custom_logging.png | ||
| core_drop_files.c | ||
| core_drop_files.png | ||
| core_input_gamepad_info.c | ||
| core_input_gamepad.c | ||
| core_input_gamepad.png | ||
| core_input_gestures_web.c | ||
| core_input_gestures_web.png | ||
| core_input_gestures.c | ||
| core_input_gestures.png | ||
| core_input_keys.c | ||
| core_input_keys.png | ||
| core_input_mouse_wheel.c | ||
| core_input_mouse_wheel.png | ||
| core_input_mouse.c | ||
| core_input_mouse.png | ||
| core_input_multitouch.c | ||
| core_input_multitouch.png | ||
| core_loading_thread.c | ||
| core_loading_thread.png | ||
| core_random_values.c | ||
| core_random_values.png | ||
| core_scissor_test.c | ||
| core_scissor_test.png | ||
| core_smooth_pixelperfect.c | ||
| core_smooth_pixelperfect.png | ||
| core_storage_values.c | ||
| core_storage_values.png | ||
| core_vr_simulator.c | ||
| core_vr_simulator.png | ||
| core_window_flags.c | ||
| core_window_flags.png | ||
| core_window_letterbox.c | ||
| core_window_letterbox.png | ||
| core_window_should_close.c | ||
| core_window_should_close.png | ||
| core_world_screen.c | ||
| core_world_screen.png | ||