rust3ds / ctru-rs

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

Improve filter callback API redux #163

Closed FenrirWolf closed 4 months ago

FenrirWolf commented 5 months ago

Now that our code is in control of calling the software keyboard, we can switch away from using CStrings in the filter callback without incurring extra allocations. Plus there's a lot of room to simplify the implementation overall, which I've been able to do here too.