Releases: Ultrahead/virtualkeyboard
Releases · Ultrahead/virtualkeyboard
Virtual Keyboard v1.1
New version of Virtual Keyboard: Keyboard_v1_1.zip.
The way to execute the keyboard has change as follows:
1. sh ./VirtualKeyboard
2. sh ./VirtualKeyboard "sometexture.png"
3. sh ./VirtualKeyboard "sometexture.png" "myFont.ttf"
4. sh ./VirtualKeyboard "sometexture.png" "myFont.ttf" "text to initially show in the keyboard"Notes:
-
For case 4, when you want to use the default font, you can do the following:
sh ./VirtualKeyboard "sometexture.png" "" "text to initially show in the keyboard" -
You can indicate where the
resfolder is located by using the env varVK_RES_PATH. -
You can also pass full paths for either the background image or font and that will bypass the
resfolder.
As before, as part of the release you will also find the VS solution ready for you to work with.
Enjoy!
Virtual Keyboard v1.0
First version of virtual keyboard.
The way to execute the keyboard has change as follows:
1. sh ./VirtualKeyboard
2. sh ./VirtualKeyboard "sometexture.png"
3. sh ./VirtualKeyboard "sometexture.png" "text to initially show in the keyboard"
Enjoy!