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

Method to detect pressed key(s) and returning the keyCode(s) #72

Closed
pakLebah opened this issue May 26, 2018 · 2 comments
Closed

Method to detect pressed key(s) and returning the keyCode(s) #72

pakLebah opened this issue May 26, 2018 · 2 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@pakLebah
Copy link

Please add a method to detect single or multiple pressed keys and returning the keyCode(s). This feature is required for accepting password input or screen navigation control (console games?). If you have ever used Pascal and utilized the famous CRT unit, you'll know the ReadKey() and KeyPressed() functions that provide such ability.

Thank you.

@calebkleveter
Copy link
Member

I really like the idea of this feature, but it is not required for secure input. That is already supported by clearing the current line on every key press.

@calebkleveter calebkleveter added the enhancement New feature or request label Jan 31, 2019
@gwynne gwynne added the wontfix This will not be worked on label Aug 19, 2023
@gwynne
Copy link
Member

gwynne commented Aug 19, 2023

At this time there is no plan to do this, as it heads in the direction of trying to make ConsoleKit a Swift version of ncurses - arguably a worthwhile thing, but not something we're planning right now (though I say nothing about the future!)

@gwynne gwynne closed this as not planned Won't fix, can't repro, duplicate, stale Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants