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

Can GetRawInputData be added ? #12

Open
yadomi opened this issue Nov 12, 2018 · 4 comments
Open

Can GetRawInputData be added ? #12

yadomi opened this issue Nov 12, 2018 · 4 comments

Comments

@yadomi
Copy link

yadomi commented Nov 12, 2018

Would it be possible to add input related functions such as GetRawInputData, GetRawInputDeviceList and GetRawInputDeviceInfo ?

Anyhow, this is a very great package, keep up the good work !

@Njanderson
Copy link
Contributor

This would require many dependencies, right?

I'm looking at GetRawInputData. It looks as if we would need to add the ability to add events (DefWindowProcA), which then would require that we define many new types, then eventually we could add GetRawInputData once we have the ability to even be notified that there is some RAWINPUT to be read in.

Does this sound correct to you?

@Njanderson
Copy link
Contributor

For the latter two calls, I think that I can add these pretty easily. The author seems pretty responsive to PRs, which is nice.

@waitingsong
Copy link
Owner

The type Union is complex , i've no enough time currently.

@waitingsong
Copy link
Owner

GetRawInputData() added

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

No branches or pull requests

3 participants