6
edits
(→Virtual Keyboard and Keymapper: -- add virtual keyboard link) |
m |
||
Line 57: | Line 57: | ||
ScummVM implements its own GUI code. We can't use any of the portable GUI kits out there, as they are mostly not portable enough, | ScummVM implements its own GUI code. We can't use any of the portable GUI kits out there, as they are mostly not portable enough, | ||
use too many resources or simply are not flexible enough to work atop our backend system. Also, our GUI must look equally good | use too many resources or simply are not flexible enough to work atop our backend system. Also, our GUI must look equally good | ||
with 8bit, 16bit or 32bit graphics, at 320x200, 320x240 or 640x480 resolutions -- and ideally also at 240x200 or at 1280x1024. | with 8bit, 16bit or 32bit graphics, at 320x200, 320x240 or 640x480 resolutions -- and ideally also at 240x200, 256*192 or at 1280x1024. | ||
Currently we have a quite flexible system for defining the look and feel of our GUI. Almost every aspect of it can be specified | Currently we have a quite flexible system for defining the look and feel of our GUI. Almost every aspect of it can be specified |
edits