-
Notifications
You must be signed in to change notification settings - Fork 0
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
keyboard/joystick input #3
Comments
Is there an example in https://github.com/alpine9000/amiga_examples ? |
https://github.com/keirf/Amiga-Stuff/blob/master/systest/keyboard.c
|
http://amiga-dev.wikidot.com/hardware:intenar - look at use of |
Debugging with fs-uae
Then
Fork of uae with more useful debugger: Good debugger instructions:
|
Giving up on keyboard, just use joystick for now- the default is that the arrow keys and right alt and ctrl are the joystick 1 (the second joy/mouse). |
…ssible, but don't have up and down working, just left and right #3
Detecting special keys looks easy, but is there an example of reading other keys?
Actually it is easy to detect the first keypress, then it needs to be cleared or otherwise it continues to report as pressed?
The text was updated successfully, but these errors were encountered: