When i enter to webvr i want to first change cursor look also i want pointer to wait before click

when i enter to webvr i want to first change pointer look also i want pointer to wait before click . example :–
i want white pointer to change to red or attach some image like a “little hand”
Secondly :-- I want pointer to wait for at least 5 seconds so that user have enough time to decide that he want to select or click button or leave it. Time indicator will be added to advantage.

Pinging @trevordev

@Amit_Sharma the webVR does not provide support for this but its possible to add this logic yourself by using ray casting and your own timer.

See https://www.babylonjs-playground.com/#Q1VRX3#12
This would work well for vr when no controllers are connected

If you want to perform similar logic with controllers you can get the orientation of them as described here Use the WebVR experience helper - Babylon.js Documentation (See https://www.babylonjs-playground.com/#VIGXA3#7)