You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that registerMethod for the Android MotionEvent and KeyEvents are not supported (I tested it in Android mode 3.0.1). If I remember well the later was supported in the past. I was wondering whether or not they will be supported in future releases. I wish they will, otherwise I don't see how to parse the event within a third party library, but by declaring a public boolean surfaceTouchEvent(MotionEvent event) within the sketch body itself, e.g., here.
The text was updated successfully, but these errors were encountered:
PApplet has registerMethod() and the registered methods are executed in the draw loop, as far as I can see. What do you mean that they are not supported?
I noticed that
registerMethod
for the AndroidMotionEvent
andKeyEvents
are not supported (I tested it in Android mode 3.0.1). If I remember well the later was supported in the past. I was wondering whether or not they will be supported in future releases. I wish they will, otherwise I don't see how to parse the event within a third party library, but by declaring apublic boolean surfaceTouchEvent(MotionEvent event)
within the sketch body itself, e.g., here.The text was updated successfully, but these errors were encountered: