UNPKG

@threlte/xr

Version:

Tools to more easily create VR and AR experiences with Threlte

6 lines (5 loc) 238 B
/** * There are some cases where we need to know if hand tracking is now active before an input source * connection or disconnection event. This is the way to do that. */ export declare const useHandTrackingState: () => () => boolean;