Skip to content
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

Add InputDeviceNodeRecorder #1577

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

git2323
Copy link
Contributor

@git2323 git2323 commented Nov 27, 2023

Issue description

This change enables the recording and playback of input device data (axis and button data)

Solution description

A new class InputDeviceNodeRecorder based on the existing MouseRecorder class has been created.

Checklist

I have done my best to ensure that…

  • …I have familiarized myself with the CONTRIBUTING.md file
  • …this change follows the coding style and design patterns of the codebase
  • …I own the intellectual property rights to this code
  • …the intent of this change is clearly explained
  • …existing uses of the Panda3D API are not broken
  • …the changed code is adequately covered by the test suite, where possible.

@git2323
Copy link
Contributor Author

git2323 commented Nov 27, 2023

The commit contains changes from PR 1563 and PR 1564 which are needed for testing. They can be removed after the review.

@git2323 git2323 marked this pull request as ready for review December 28, 2023 20:40
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.

None yet

1 participant