Skip to content

Commit e294e55

Browse files
committed
misc internal artwork: disable orange mouse pointer (false positive clickable artwork detection)
1 parent 4c4bb31 commit e294e55

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/source/luascript/ref-render.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ view.has_art (read-only)
11571157
items that are not visible because the user has hidden the item collection
11581158
that they belong to.
11591159
view.show_pointers (read/write)
1160-
A Boolean that sets whether mouse and pon pointers should be displayed for
1160+
A Boolean that sets whether mouse and pen pointers should be displayed for
11611161
the view.
11621162
view.hide_inactive_pointers (read/write)
11631163
A Boolean that sets whether mouse pointers for the view should be hidden

src/mame/layout/alphie.lay

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ authors:hap
4646

4747
<!-- build screen -->
4848

49-
<view name="Internal Layout">
49+
<view name="Internal Layout" showpointers="no">
5050
<bounds left="-1.5" right="17.5" top="-0.5" bottom="14.5" />
5151

5252
<element name="0.0" ref="led"><bounds x="2" y="0" width="2" height="2" /></element>

src/mame/layout/autorace.lay

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ authors:hap
5555

5656
<!-- build screen -->
5757

58-
<view name="Internal Layout">
58+
<view name="Internal Layout" showpointers="no">
5959
<bounds left="16" right="24" top="5.8" bottom="34.5" />
6060

6161
<!-- bezel -->

src/mame/layout/microvision.lay

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ authors:hap
3434

3535
<!-- build screen -->
3636

37-
<view name="Internal Layout">
37+
<view name="Internal Layout" showpointers="no">
3838
<bounds left="0" right="18" top="0" bottom="18" />
3939

4040
<element ref="lcdw"><bounds x="0" y="0" width="18" height="18" /></element>

src/mame/layout/videoart.lay

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ authors:hap
5656

5757
<!-- build screen -->
5858

59-
<view name="Internal Layout">
59+
<view name="Internal Layout" showpointers="no">
6060
<bounds left="0" right="400" top="0" bottom="310" />
6161

6262
<element ref="white"><bounds x="0" y="0" width="401" height="10" /></element>

0 commit comments

Comments
 (0)