rust3ds / ctru-rs

Rust wrapper for libctru
https://rust3ds.github.io/ctru-rs/
Other
120 stars 18 forks source link

add `set_initial_text` swkbd method #139

Closed adryzz closed 11 months ago

adryzz commented 11 months ago

Added the missing method for setting the initial text in the keyboard as documented here.

Some software keyboard methods are still missing, such as predictive input and custom dictionary words, but i didn't wanna implement them yet, as they require more data structures to wrap.

adryzz commented 11 months ago

oops, forgot to run cargo fmt