scummvm/backends/vkeybd
D G Turner 23c2481d10 VKEYBD: Add small keyboard pack for virtual keyboard.
This pack contains just the 320x240 layout.

This is a quick way to achieve the result of a smaller keyboard
when running on 640x480 and larger games as requested bu a user.

To use this, the pack zip file, vkeybd_small.zip should be placed
in the extrapath in the same way as vkeybd_default.zip.

However, it is also necessary to set this as the active virtual
keyboard layout by adding the following linein the global [scummvm]
section of the configuration file i.e. scummvm.ini:
vkeybd_pack_name=vkeybd_small

This should be added to the GUI as a misc option, in future.

Currently, the closest layout size to the overlay size is chosen
automatically by the code in the method:
bool VirtualKeyboardParser::parserCallback_mode(ParserNode *node)

This should probably also be made configurable in future to allow
smaller keyboard sizes to be chosen.
2014-04-27 03:51:19 +01:00
..
packs VKEYBD: Add small keyboard pack for virtual keyboard. 2014-04-27 03:51:19 +01:00
image-map.cpp VKEYBD: Slight cleanup in ImageMap code. 2012-01-03 02:13:22 +01:00
image-map.h VKEYBD: Slight cleanup in ImageMap code. 2012-01-03 02:13:22 +01:00
keycode-descriptions.h
polygon.cpp VKEYBD: Some formatting fixes. 2012-01-03 02:13:19 +01:00
polygon.h VKEYBD: Some formatting fixes. 2012-01-03 02:13:19 +01:00
virtual-keyboard-gui.cpp VKEYBD: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
virtual-keyboard-gui.h VKEYBD: Make GPL headers consistent in themselves. 2014-02-18 02:39:39 +01:00
virtual-keyboard-parser.cpp IMAGE: Move all ImageDecoders to image/ 2014-02-28 00:27:28 -05:00
virtual-keyboard-parser.h VKEYBD: Some formatting fixes. 2012-01-03 02:13:19 +01:00
virtual-keyboard.cpp VKEYBD: Remove noisy warnings and clarify messages. 2014-04-22 05:25:39 +01:00
virtual-keyboard.h VKEYBD: Make code agnostic of OverlayColor. 2013-08-16 05:34:38 +02:00