Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Switch] Fix OS_Switch::show_virtual_keyboard
* Fixed missing arguments in OS_Switch::show_virtual_keyboard - was missing the p_multiline, p_cursor_start and p_cursor_end args (don't urgently need to do anything with those vars, the software keyboard already appears to handle cursor position for editing in the middle of text if that's where you press the touch screen first) - keyboard height is actually 400, and now reports as such - removed old printf debugging for hiding software keyboard, it's one of the only places where that remains and shouldn't still be present in release
- Loading branch information