Results 259 comments of codeanticode

@REAS Do you still need some more info about this API to update the docs?

The attribute functions are pretty advanced and require knowledge of shaders, so makes sense to document them only in the JavaDoc for the time being. Right now, the only place...

@tpietzsch many thanks for sharing the workaround! I'm not using Pyjnius at the moment, but will give it a try as soon as I have a chance.

This one should not bee too hard, it's just a matter of replacing the icons and preview images in this folder: https://github.com/processing/processing-android/tree/main/mode/icons using the latest Processing for Android logo. I...

Done with https://github.com/processing/processing-android/commit/b7f7ff71e725798404186d1bb792acfa5f239fd6

Fixed with https://github.com/processing/processing-android/commit/812b8357bbe1b4ff6d400dc2122c482875136920

It's tricky to reproduce, most of the time the pointers are updated immediately, tested on a couple of different devices. The closest I was to reproduce it was in a...

@Garbaz @dfkettle Ok I think I found the reason for this issue: when a ACTION_POINTER_UP event was registered, the event would still return the pointers including the one being released....

Solved by including the processing-android dep from the self-hosted repo: https://github.com/processing/processing-android/issues/623