Hi,
Do we have the right to use native.newTextField() in a pure lua plugin ?
thanks
Nick
Hi,
Do we have the right to use native.newTextField() in a pure lua plugin ?
thanks
Nick
Hi Nick,
Absolutely! Lua plugins are essentially just modules that are packaged slightly differently. All the stock Corona libraries can be called from your plugin code.
Look forward to seeing what you’re cooking up!
That is great news. Thanks for the info