Skip to content

Virtual Keyboard v1.1

Latest

Choose a tag to compare

@Ultrahead Ultrahead released this 21 Dec 15:38
· 2 commits to main since this release
f5777f1

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!