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

Bugfix for KeyObserverExtensions.cs #168

Open
cmp-nct opened this issue Nov 11, 2022 · 2 comments
Open

Bugfix for KeyObserverExtensions.cs #168

cmp-nct opened this issue Nov 11, 2022 · 2 comments

Comments

@cmp-nct
Copy link

cmp-nct commented Nov 11, 2022

public static IObservable<Keys> KeyUpObservable(this IKeyboardEvents source)
        {
            return Observable
                .FromEventPattern<KeyEventArgs>(source, "KeyUp")
                .Select(ep => ep.EventArgs.KeyCode);
        }

It uses "KeyDown" there which is a typo from copy/paste of the Keydown event.

@Mrgaton
Copy link

Mrgaton commented Jan 30, 2023

Proyect abandoned...

@cstrife1
Copy link

Looks like some fixes are being pulled in. Time to download, build and try to see if there are any improvements.

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