diff options
Diffstat (limited to 'src/mame/layout/polepos.lay')
| -rw-r--r-- | src/mame/layout/polepos.lay | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/mame/layout/polepos.lay b/src/mame/layout/polepos.lay index 7b218add678..713243a735f 100644 --- a/src/mame/layout/polepos.lay +++ b/src/mame/layout/polepos.lay @@ -58,9 +58,6 @@ license:CC0-1.0 <screen index="0"> <bounds x="0" y="0" width="640" height="480" /> </screen> - <element ref="nothing" clickthrough="no"> <!-- block clickable input --> - <bounds x="606" y="414" width="32" height="64" /> - </element> <element ref="shifter" inputtag="IN0" inputmask="0x02"> <bounds x="606" y="414" width="32" height="64" /> <color alpha="0.6" /> @@ -70,14 +67,14 @@ license:CC0-1.0 <bounds x="606" y="414" width="32" height="64" /> </element> </collection> + <element ref="nothing" clickthrough="no"> <!-- block clickable input --> + <bounds x="606" y="414" width="32" height="64" /> + </element> </view> <view name="Shifter-R Off-Screen" showpointers="no"> <screen index="0"> <bounds x="0" y="0" width="640" height="480" /> </screen> - <element ref="nothing" clickthrough="no"> <!-- block clickable input --> - <bounds x="648" y="414" width="32" height="64" /> - </element> <element ref="shifter" inputtag="IN0" inputmask="0x02"> <bounds x="648" y="414" width="32" height="64" /> <color alpha="0.6" /> @@ -87,14 +84,14 @@ license:CC0-1.0 <bounds x="648" y="414" width="32" height="64" /> </element> </collection> + <element ref="nothing" clickthrough="no"> <!-- block clickable input --> + <bounds x="648" y="414" width="32" height="64" /> + </element> </view> <view name="Shifter-L Overlay" showpointers="no"> <screen index="0"> <bounds x="0" y="0" width="640" height="480" /> </screen> - <element ref="nothing" clickthrough="no"> <!-- block clickable input --> - <bounds x="2" y="414" width="32" height="64" /> - </element> <element ref="shifter" inputtag="IN0" inputmask="0x02"> <bounds x="2" y="414" width="32" height="64" /> <color alpha="0.6" /> @@ -104,14 +101,14 @@ license:CC0-1.0 <bounds x="2" y="414" width="32" height="64" /> </element> </collection> + <element ref="nothing" clickthrough="no"> <!-- block clickable input --> + <bounds x="2" y="414" width="32" height="64" /> + </element> </view> <view name="Shifter-L Off-Screen" showpointers="no"> <screen index="0"> <bounds x="0" y="0" width="640" height="480" /> </screen> - <element ref="nothing" clickthrough="no"> <!-- block clickable input --> - <bounds x="-40" y="414" width="32" height="64" /> - </element> <element ref="shifter" inputtag="IN0" inputmask="0x02"> <bounds x="-40" y="414" width="32" height="64" /> <color alpha="0.6" /> @@ -121,5 +118,8 @@ license:CC0-1.0 <bounds x="-40" y="414" width="32" height="64" /> </element> </collection> + <element ref="nothing" clickthrough="no"> <!-- block clickable input --> + <bounds x="-40" y="414" width="32" height="64" /> + </element> </view> </mamelayout> |
