Open main menu

Difference between revisions of "Virtual Keyboard"

2 bytes added ,  21:11, 10 July 2011
→‎Information for keyboard pack creators: Removed Reference to SVN and changed link to Git SCM
(→‎Information for keyboard pack creators: Removed Reference to SVN and changed link to Git SCM)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
'''Note:''' The virtual keyboard is being actively developed.
'''Note:''' The virtual keyboard is being actively developed.


The ScummVM virtual keyboard provides a generalised implementation
The ScummVM virtual keyboard provides a generalized implementation
of a virtual keyboard that will be usable on any backends that wish to make use of it.
of a virtual keyboard that will be usable on any backends that wish to make use of it.


Line 73: Line 73:
* Writing the XML configuration file and incorporate the image maps.
* Writing the XML configuration file and incorporate the image maps.


You can view the files that make up our default keyboard pack in SVN [http://scummvm.svn.sourceforge.net/viewvc/scummvm/scummvm/trunk/backends/vkeybd/packs/vkeybd_default/ here]. This should serve as a useful reference in conjunction with the information below.  
You can view the files that make up our default keyboard pack in our source code repository [https://github.com/scummvm/scummvm/tree/master/backends/vkeybd/packs/vkeybd_default here]. This should serve as a useful reference in conjunction with the information below.  


=== Keyboard bitmaps ===
=== Keyboard bitmaps ===


ScummVM's image manager can only decode 24-bit BMP images, so make sure you save your images in this format. You need to reserve a particular colour value to be used for transparency. By default the colour used for transparency is set to be #FF00FF, but if you want to use a different colour this can be specified in the configuration file.
ScummVM's image manager can only decode 24-bit BMP images, so make sure you save your images in this format. You need to reserve a particular color value to be used for transparency. By default the color used for transparency is set to be #FF00FF, but if you want to use a different color this can be specified in the configuration file.


=== XML configuration file ===
=== XML configuration file ===
TrustedUser
574

edits