mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
Virtual Keyboard: Add some quick changes to the virtual keyboard to activate submit and cancel events from the default lowercase keyboards. This makes it possible to cancel and submit without having to call Common::KEYCODE_F7 again. Sorry for the nasty (temp) graphics.
svn-id: r41385
This commit is contained in:
parent
7f5b28ee83
commit
8b1a6b1b6d
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 150 KiB |
Binary file not shown.
Before Width: | Height: | Size: 598 KiB After Width: | Height: | Size: 598 KiB |
@ -76,6 +76,8 @@
|
||||
<area shape="rect" coords="202,110,219,128" target="," />
|
||||
<area shape="rect" coords="223,110,241,128" target="." />
|
||||
<area shape="rect" coords="243,110,261,128" target="/" />
|
||||
<area shape="rect" coords="277,133,292,148" target="ok" />
|
||||
<area shape="rect" coords="292,133,309,148" target="cancel" />
|
||||
</map>
|
||||
</layout>
|
||||
<layout resolution="640x480" bitmap="lowercase640x480.bmp" transparent_color="255,0,255">
|
||||
@ -151,6 +153,8 @@
|
||||
<area shape="rect" coords="405,220,440,256" target="," />
|
||||
<area shape="rect" coords="447,220,483,256" target="." />
|
||||
<area shape="rect" coords="487,220,524,256" target="/" />
|
||||
<area shape="rect" coords="555,266,585,298" target="ok" />
|
||||
<area shape="rect" coords="585,266,619,298" target="cancel" />
|
||||
</map>
|
||||
</layout>
|
||||
<event name="esc" type="key" code="27" ascii="27" modifiers="" />
|
||||
@ -223,6 +227,8 @@
|
||||
<event name="7" type="key" code="55" ascii="55" modifiers="" />
|
||||
<event name="8" type="key" code="56" ascii="56" modifiers="" />
|
||||
<event name="9" type="key" code="57" ascii="57" modifiers="" />
|
||||
<event name="ok" type="submit" />
|
||||
<event name="cancel" type="cancel" />
|
||||
<event name="quit" type="submit" />
|
||||
</mode>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user