Rockbox Development > Starting Development and Compiling
Using the virtual keyboard
(1/1)
mschneider:
I'm coding a plugin that uses the virtual keyboard, the only problem is that i can't really figure out how. What i'm trying to do is open the vitual keyboard when an option is selected and the save the text that has been written in a file. I've taken a look at the text editor plugin but i can't even seem to find out how to start the keyboard. Is there any documentation (i couldnt find any) or a file in the source that could point me in the right direction? Thanks.
nls:
You just need to call rb->kbd_input() where the first argument is a char* to a buffer and the second is the length of the buffer.
see apps/recorder/keyboard.c and apps/keyboard.h
Navigation
[0] Message Index
Go to full version