Hey!
In the API-Ref for Lua playdate.keyboard.show()
method. But not for C.
I there any available way to show builtin keyboard from C without initialisation of Lua-engine?
Hey!
In the API-Ref for Lua playdate.keyboard.show()
method. But not for C.
I there any available way to show builtin keyboard from C without initialisation of Lua-engine?
The keyboard is not actually built-in, it's implemented in CoreLibs/keyboard.lua. So, nope. Lua is required for that. Sorry!
I’ll just ported lua version to c.
Any luck on that C port?
Yup. CrankedTicker with assets easily implemented in Rust. But without roll now. I just did what I need now. Later I’ll refactor animation system and probably impl full keyboard with rolls, then open it.