Ejemplo n.º 1
0
        public static InputDevice GetDeviceAtXRNode(XRNode node)
        {
            UInt64 deviceId = InputTracking.GetDeviceIdAtXRNode(node);

            return(new InputDevice(deviceId));
        }
Ejemplo n.º 2
0
        public static InputDevice GetDeviceAtXRNode(XRNode node)
        {
            ulong deviceIdAtXRNode = InputTracking.GetDeviceIdAtXRNode(node);

            return(new InputDevice(deviceIdAtXRNode));
        }