Page 1 of 1

Controlling layout elements from LUA plugin

Posted: Sun Nov 17, 2019 3:04 am
by oomek
Hi, my plugin requires some more advanced graphics than just text and rectangles drawn in emulated resolution, so I started experimenting with layout engine, which gives me all I need except it's static, so my question is:
Would it be possible to control the properties like position, size and opacity of the layout elements from within the LUA plugin?

Re: Controlling layout elements from LUA plugin

Posted: Mon Nov 25, 2019 3:41 am
by Tafoid
oomek wrote: Sun Nov 17, 2019 3:04 am Hi, my plugin requires some more advanced graphics than just text and rectangles drawn in emulated resolution, so I started experimenting with layout engine, which gives me all I need except it's static, so my question is:
Would it be possible to control the properties like position, size and opacity of the layout elements from within the LUA plugin?
Looks like you also posted to the Github Issues regarding this topic. It may very well be a better place to discuss it.
https://github.com/mamedev/mame/issues/5923