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

Game still takes input even though console is open. #166

Closed
nukeulater opened this issue Dec 25, 2018 · 5 comments
Closed

Game still takes input even though console is open. #166

nukeulater opened this issue Dec 25, 2018 · 5 comments

Comments

@nukeulater
Copy link
Collaborator

As the title says, the game still takes input even though console is open.

@pnill
Copy link
Owner

pnill commented Dec 25, 2018

This is due to the fact it uses global keyboard hooks for console input, there was a way I had told Yoshi and Baked to fix this.

@shayaantx
Copy link
Collaborator

shayaantx commented Dec 25, 2018 via email

@shayaantx
Copy link
Collaborator

@PermaNulled you are referring to "fHandled" on the xlive_input_info struct, that doesn't work. We need to reverse the function calling it and see who is using it and why it doesn't work.

@nukeulater
Copy link
Collaborator Author

Added a dirty fix at the moment until a proper fix is found.
2a3209f#diff-f463da3028d2874d1cd8cc0402a8c6cdR41

@nukeulater
Copy link
Collaborator Author

Fixed by nukeulater@8bf3207 , it was the output param when XNotifyGetNext gets a XN_SYS_UI message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants