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

windows: send button presses to sceCtrl from Escape key #4613

Closed
wants to merge 1 commit into from
Closed

windows: send button presses to sceCtrl from Escape key #4613

wants to merge 1 commit into from

Conversation

sum2012
Copy link
Collaborator

@sum2012 sum2012 commented Nov 21, 2013

Becauase UI dialogs don't send button presses to sceCtrl when they are
focused (including key releases.)
Fix #4149 another bug
Thanks @unknownbrackets

Becauase UI dialogs don't send button presses to sceCtrl when they are
focused (including key releases.)
Fix #4149 another bug
Thanks @unknownbrackets
@unknownbrackets
Copy link
Collaborator

This will mean, if I'm holding down R (maybe it has to be held down in the game where I am, who knows), pause, savestate (I'm about to do something I'll probably mess up), and then unpause, the R key will no longer be pressed - even though I am pressing it.

It would be probably better if other screens than UIScreen sent KEY_UP events to sceCtrl, not just EmuScreen.

-[Unknown]

@sum2012
Copy link
Collaborator Author

sum2012 commented Nov 22, 2013

@unknownbrackets yes same probrem with press "i" button.

It is hard to me,I leave the issue to #4616

It would be probably better if other screens than UIScreen sent KEY_UP events to sceCtrl, not just EmuScreen.

@sum2012 sum2012 closed this Nov 22, 2013
@sum2012 sum2012 deleted the win-patch branch November 24, 2013 05:38
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.

(windows ?)save state bug
2 participants