Input values
-
Are there values for the enter key and or backspace key for the keyboard.
Example: if Enter then
// do something
I know the controller has a function but does a keyboard have a function -
I think it's getKeyboardBuffer https://fuzearena.com/help/view/getKeyboardBuffer
-
If chrVal(text)==10 then // enter key
endifBackspace, you're out of luck for now I think. My workaround is to use the B button on the right joy con. It works alright this way in handheld mode when using touchscreen keyboard anyway.