Not-Nik / raylib-zig

Manually tweaked, auto-generated raylib bindings for zig. https://github.com/raysan5/raylib
MIT License
473 stars 101 forks source link

Use the right enum in the IsGamepadButtonXXX functions #19

Closed alanoliveira closed 2 years ago

alanoliveira commented 2 years ago

This PR changes IsGamepadButtonXXX functions to use GamepadButton instead of MouseButton enum

Not-Nik commented 2 years ago

You're absolutely right, I'll just integrate the enum into the function generation script. Thanks for contributing ^^