Skip to content

gamepad review #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

gamepad review #114

wants to merge 9 commits into from

Conversation

ColleagueRiley
Copy link
Owner

@ColleagueRiley ColleagueRiley commented Apr 19, 2025

goals

linux, windows, macos, wasm:

  • Get the gamepad's GUID
  • Add custom mapping support
  • Add support for custom mapping using the SDL controller database.

linux:

  • Add evdev support (either replacing or working along with joydev)
  • disable joydev or evdev with a macro
  • have some runtime way to disable joydev or evdev

windows:

  • Add directInput support (to work along with XInput)
  • disable xinput or directinput with a macro
  • have some runtime way to disable xinput or directinput

goals accomplished

  • allow gamepad events to be checked outside of RGFW_window_checkEvent with RGFW_updateGamepad and the RGFW_windowNoGamepad flag
    (should be tested before pull)
  • Disable gamepad features with macro

@ColleagueRiley ColleagueRiley marked this pull request as draft April 19, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant