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

Add a function to continuously get keystrokes until the "application is quited" or "keyboard.Close() called". #31

Open
SakthiMahendran opened this issue Nov 6, 2022 · 0 comments

Comments

@SakthiMahendran
Copy link

Generally most of the application wants to get continues keystrokes.

For example imagine a game played through keyboard we have to listen for keystrokes until the game ends and also I am using this library to create a typewriting application which have to listen for keys until the application is quite.

Currently this library only supports getting single keystroke and n number of keystrokes. So I am recommending to add a function that gives this feature.

If there is a function for getting single keystroke (GetSingleKey()) then why not for getting continuous keystroke.

Hope you understand 😊.

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

1 participant