- --
Viewing Issue Advanced Details
[ Jump to Notes ]
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
07400 | Interface | Minor | Always | Aug 23, 2019, 22:56 | Aug 24, 2019, 10:24 |
Tester | hap | View Status | Public | Platform | |
Assigned To | hap | Resolution | Fixed | OS | |
Status [?] | Resolved | Driver | |||
Version | 0.212 | Fixed in Version | 0.213 | Build | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 07400: clickable artwork: dummy input listener is ignored | ||||
Description |
Clickable artwork: dummy input listener is ignored. Test with ssimon, click on one of the sliders. MAME shouldn't 'hear' the input in this area since I've purposely written a dummy one before it. I've used this trick in a few other layouts. |
||||
Steps To Reproduce | |||||
Additional Information | |||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.212 | ||||
Affected Sets / Systems | |||||
Attached Files
|
|||||
Relationships
There are no relationship linked to this issue. |
Notes
4
No.16788
hap Developer
Aug 24, 2019, 00:01
edited on: Aug 24, 2019, 00:03 |
Wrong bug description, the actual problem is that ssimon.lay "DUMMY" inputtag is ignored now. *edit* updated report |
---|---|
No.16790
hap Developer
Aug 24, 2019, 00:37
|
Here's a workaround, but it does not fix the core issue. Canceling input listeners with a dummy tag is not possible in external artwork. https://github.com/mamedev/mame/commit/b5c757facca9bdba007d54b1071acf58175fcfa5 |
No.16791
cuavas Administrator
Aug 24, 2019, 02:16
|
I'd argue that this was depending on emergent behaviour and not really a feature in the first place. |
No.16793
hap Developer
Aug 24, 2019, 10:23
|
Ok, changed it: https://github.com/mamedev/mame/commit/6a857daed7cc1587c9ae63dd5cb426cc2f2bbebc This one also works on external artwork, I'll have to let hydef know too (he used the DUMMY thing in a few of his external artwork) |