Skip to content

Releases: Ultrahead/virtualkeyboard

Virtual Keyboard v1.1

21 Dec 15:38
f5777f1

Choose a tag to compare

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 res folder is located by using the env var VK_RES_PATH.

  • You can also pass full paths for either the background image or font and that will bypass the res folder.

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

06 Jan 22:16
d4803f0

Choose a tag to compare

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!