Skip to content

Commit

Permalink
misc internal artwork: disable orange mouse pointer (false positive c…
Browse files Browse the repository at this point in the history
…lickable artwork detection)
  • Loading branch information
happppp committed Apr 13, 2024
1 parent 4c4bb31 commit e294e55
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/luascript/ref-render.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/mame/layout/alphie.lay
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/mame/layout/autorace.lay
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
2 changes: 1 addition & 1 deletion src/mame/layout/microvision.lay
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/mame/layout/videoart.lay
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e294e55

Please sign in to comment.