Samsung / GearVRf

The GearVR framework(GearVRf) is an Open Source VR rendering library for application development on VR-supported Android devices.
http://www.gearvrf.org
Apache License 2.0
407 stars 217 forks source link

Framework: Add support for hover in GVRViewSceneObject #1912

Closed acosta closed 6 years ago

acosta commented 6 years ago

Add support for hover events in GVRViewSceneObject based on GVRPicker events. It dispatches hover events on three picker events: onInside (Hover_Move), onExit (Hover_Exit) and onEnter(Hover_Enter).

To test this support, a GVRf-Demo (gvr-events) has been updated. See https://github.com/gearvrf/GearVRf-Demos/pull/620

acosta commented 6 years ago

Hi @NolaDonato, yes it is working fine with the controller. It was tested using the updated demo (proposed in https://github.com/gearvrf/GearVRf-Demos/pull/620).

liaxim commented 6 years ago

Works with controller too. Planning to merge on Wednesday.