mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
misc internal artwork: disable orange mouse pointer (false positive clickable artwork detection)
This commit is contained in:
parent
4c4bb3181b
commit
e294e5598f
@ -1157,7 +1157,7 @@ view.has_art (read-only)
|
||||
items that are not visible because the user has hidden the item collection
|
||||
that they belong to.
|
||||
view.show_pointers (read/write)
|
||||
A Boolean that sets whether mouse and pon pointers should be displayed for
|
||||
A Boolean that sets whether mouse and pen pointers should be displayed for
|
||||
the view.
|
||||
view.hide_inactive_pointers (read/write)
|
||||
A Boolean that sets whether mouse pointers for the view should be hidden
|
||||
|
@ -46,7 +46,7 @@ authors:hap
|
||||
|
||||
<!-- build screen -->
|
||||
|
||||
<view name="Internal Layout">
|
||||
<view name="Internal Layout" showpointers="no">
|
||||
<bounds left="-1.5" right="17.5" top="-0.5" bottom="14.5" />
|
||||
|
||||
<element name="0.0" ref="led"><bounds x="2" y="0" width="2" height="2" /></element>
|
||||
|
@ -55,7 +55,7 @@ authors:hap
|
||||
|
||||
<!-- build screen -->
|
||||
|
||||
<view name="Internal Layout">
|
||||
<view name="Internal Layout" showpointers="no">
|
||||
<bounds left="16" right="24" top="5.8" bottom="34.5" />
|
||||
|
||||
<!-- bezel -->
|
||||
|
@ -34,7 +34,7 @@ authors:hap
|
||||
|
||||
<!-- build screen -->
|
||||
|
||||
<view name="Internal Layout">
|
||||
<view name="Internal Layout" showpointers="no">
|
||||
<bounds left="0" right="18" top="0" bottom="18" />
|
||||
|
||||
<element ref="lcdw"><bounds x="0" y="0" width="18" height="18" /></element>
|
||||
|
@ -56,7 +56,7 @@ authors:hap
|
||||
|
||||
<!-- build screen -->
|
||||
|
||||
<view name="Internal Layout">
|
||||
<view name="Internal Layout" showpointers="no">
|
||||
<bounds left="0" right="400" top="0" bottom="310" />
|
||||
|
||||
<element ref="white"><bounds x="0" y="0" width="401" height="10" /></element>
|
||||
|
Loading…
Reference in New Issue
Block a user