File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Examples using raylib[core](../src/rcore.c) platform functionality like window c
3333| [ core_input_multitouch] ( core/core_input_multitouch.c ) | <img src =" core/core_input_multitouch.png " alt =" core_input_multitouch " width =" 80 " > | ⭐☆☆☆ | 2.1 | 2.5 | [ Berni] ( https://github.com/Berni8k ) |
3434| [ core_input_gestures] ( core/core_input_gestures.c ) | <img src =" core/core_input_gestures.png " alt =" core_input_gestures " width =" 80 " > | ⭐⭐☆☆ | 1.4 | 4.2 | [ Ramon Santamaria] ( https://github.com/raysan5 ) |
3535| [ core_input_gestures_testbed] ( core/core_input_gestures_testbed.c ) | <img src =" core/core_input_gestures_testbed.png " alt =" core_input_gestures_testbed " width =" 80 " > | ⭐⭐⭐☆ | 5.0 | 5.6-dev | [ ubkp] ( https://github.com/ubkp ) |
36- | [ core_input_virtual_controls] ( core/core_input_virtual_controls.c ) | <img src =" core/core_input_virtual_controls.png " alt =" core_input_virtual_controls " width =" 80 " > | ⭐⭐☆☆ | 5.0 | 5.0 | [ oblerion ] ( https://github.com/oblerion ) |
36+ | [ core_input_virtual_controls] ( core/core_input_virtual_controls.c ) | <img src =" core/core_input_virtual_controls.png " alt =" core_input_virtual_controls " width =" 80 " > | ⭐⭐☆☆ | 5.0 | 5.0 | [ GreenSnakeLinux ] ( https://github.com/GreenSnakeLinux ) |
3737| [ core_2d_camera] ( core/core_2d_camera.c ) | <img src =" core/core_2d_camera.png " alt =" core_2d_camera " width =" 80 " > | ⭐⭐☆☆ | 1.5 | 3.0 | [ Ramon Santamaria] ( https://github.com/raysan5 ) |
3838| [ core_2d_camera_mouse_zoom] ( core/core_2d_camera_mouse_zoom.c ) | <img src =" core/core_2d_camera_mouse_zoom.png " alt =" core_2d_camera_mouse_zoom " width =" 80 " > | ⭐⭐☆☆ | 4.2 | 4.2 | [ Jeffery Myers] ( https://github.com/JeffM2501 ) |
3939| [ core_2d_camera_platformer] ( core/core_2d_camera_platformer.c ) | <img src =" core/core_2d_camera_platformer.png " alt =" core_2d_camera_platformer " width =" 80 " > | ⭐⭐⭐☆ | 2.5 | 3.0 | [ arvyy] ( https://github.com/arvyy ) |
Original file line number Diff line number Diff line change 1111* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
1212* BSD-like license that allows static linking with closed source software
1313*
14- * Copyright (c) 2025-0 Le Juez Victor (@Bigfoot71)
14+ * Copyright (c) 2025 Le Juez Victor (@Bigfoot71)
1515*
1616********************************************************************************************/
1717
Original file line number Diff line number Diff line change 22*
33* raylib [core] example - input virtual controls
44*
5- * Example complexity rating: [★★☆☆] 3 /4
5+ * Example complexity rating: [★★☆☆] 2 /4
66*
77* Example originally created with raylib 5.0, last time updated with raylib 5.0
88*
1212* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
1313* BSD-like license that allows static linking with closed source software
1414*
15- * Copyright (c) 2024-2025 oblerion (@oblerion ) and Ramon Santamaria (@raysan5)
15+ * Copyright (c) 2024-2025 GreenSnakeLinux (@GreenSnakeLinux ) and Ramon Santamaria (@raysan5)
1616*
1717********************************************************************************************/
1818
You can’t perform that action at this time.
0 commit comments