Skip to content

[C#] Update InputHelper to be static #76

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

Open
ryan-linehan opened this issue Apr 28, 2025 · 0 comments
Open

[C#] Update InputHelper to be static #76

ryan-linehan opened this issue Apr 28, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ryan-linehan
Copy link

Is your feature request related to a problem? Please describe.
It would be nice if InputHelper did not have a requirement to inherit node. I can't say for certain since I am eyeballing it but don't see a reason for it to inherit node in the c# script

Describe the solution you'd like
Instead of InputHelper inheriting node and all that comes with it the c# input helper class could just not use it. I am unsure if this could be a breaking change or not since the c# class isn't instanced just the static variables and methods are used

Describe alternatives you've considered
N/A

@ryan-linehan ryan-linehan added the enhancement New feature or request label Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants