electronstudio / raylib-python-cffi

Python CFFI bindings for Raylib
http://electronstudio.github.io/raylib-python-cffi
Eclipse Public License 2.0
142 stars 29 forks source link

adding the shapes_logo_raylib example and adding the missing press checks in the core_input_mouse example #74

Closed sDos280 closed 1 year ago

sDos280 commented 1 year ago

I added the shapes_logo_raylib example.

the current core_input_mouse example lacks the "side", "extra", "forward", and "back" buttons press checking, so I added them to the example

electronstudio commented 1 year ago

Thanks