You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 😊.
The text was updated successfully, but these errors were encountered:
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 😊.
The text was updated successfully, but these errors were encountered: