Updates: 3D scene spatial event support for Android (mutitouch down/move/up)

I finished adding the Android multitouch support for 3D scene spatials that leverage the GUI event listeners.

Like before, these events can be forwarded through the mouse listener’s left mouse button events or true touch events. Do note that touch events give you access to bits that you may find useful (pressure, etc) that just don’t happen when forwarding mouse events.

A couple of side notes in the way of updates:

  • Multiple classes were updated to account for android devices that criinge at the thought of an alpha value of 0f.
  • ToolTips location now updates with consideration to Android.

The updates are committed, however they won’t be available via the plugin until tomorrow night.

1 Like