* added core_split_screen example
* added core_vr_simulator example
* Delete launch.json
* added core 3d camera free
* added core_smooth pixel-perfect camera
---------
Co-authored-by: “Timfon” <“timothy_fong@brown.edu”>
Co-authored-by: Richard Smith <electronstudio@users.noreply.github.com>
I added the shapes_logo_raylib example.
I added the missing MOUSE_BUTTON_SIDE,MOUSE_BUTTON_EXTRA,MOUSE_BUTTON_FORWARD,MOUSE_BUTTON_BACK press checks.
note: my mouse doesn't have the "forward" and "back" buttons, so I couldn't test if they work
adding the missing press checks in the core_input_mouse example:
I added the missing MOUSE_BUTTON_SIDE,MOUSE_BUTTON_EXTRA,MOUSE_BUTTON_FORWARD,MOUSE_BUTTON_BACK press checks.
note: my mouse doesn't have the "forward" and "back" buttons, so I couldn't test if they work
* Added core_input_keys example
* Added core_basic_window example
* Added core_input_mouse example
* Added core_input_mouse_wheel example
* Added Rectangle struct
* Added core_input_gestures example to utilize the Rectangle struct
* Removed unused imports
* Used the right draw function for the example
* PEP8 fixes
* Added core 2d camera examples
* Added core 2d camera examples