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

Improve keyboard handling #7

Closed
jscrane opened this issue Feb 27, 2019 · 1 comment
Closed

Improve keyboard handling #7

jscrane opened this issue Feb 27, 2019 · 1 comment

Comments

@jscrane
Copy link
Owner

jscrane commented Feb 27, 2019

Make keyboard handling consistent with other emulators:

  • poll keyboard in loop()
  • when char detected, process function keys
  • otherwise pass to keyboard handler for processing
@jscrane
Copy link
Owner Author

jscrane commented Mar 1, 2019

CPM mandates blocking input from keyboard as part of its bios. This means that this can't be done, short of running the interpreter and keyboard handler in separate "tasks".

@jscrane jscrane closed this as completed Mar 1, 2019
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