vbe0201 / 3DS.py

Python on your Nintendo 3DS
Apache License 2.0
133 stars 7 forks source link

Input() doesn't work #23

Open Marko2155 opened 9 months ago

Marko2155 commented 9 months ago

I want to make a Python interpreter for the 3DS, but the "Function not implemented" error is stopping me. Maybe add a check for input() and if so pop up the 3DS keyboard?

trevorwatkins1129 commented 1 month ago

Yeah that is an issue. My suggestion is to have a custom keyboard on the lower screen, custom so that you can have arrow keys for selection in CLI menus. (maybe similar to prboom?)