@ykot
Question: could you provide a very simple example for Android with just an edit-box ?
Reason: I cannot find out how to receive touch-input (and react on that) with your library !
Thanks !
Thanks for reporting this, it looks like I've forgot to uncomment some code in "PXL.Devices.Android.pas" after switching to hook mechanism. The fix will appear on GitHub later today, I'll try to make a scrolling map example and put it there too (new version of PXL will come later this week). I'll reported this in
issues.
Regarding edit box - I haven't yet ported UI from Asphyre Sphinx 3 and have yet to find a way to contact Marcos regarding porting
Tulip UI to PXL. The last one would be a particularly nice addition, especially on Android. As for editing text on Android - in one of future samples I'm thinking on providing an example with native edit box since this is probably the only reliable way to work with all Android virtual keyboards, mods and add-ons out there.
As for license discussion, would it be okay with everybody if I the library would be distributed under MPL only? From what it looks like, it's less restrictive than GPL/LGPL.