diff --git a/microsoft-edge/webview2/get-started/hololens2.md b/microsoft-edge/webview2/get-started/hololens2.md index 3be7f15496..0a6c878d5a 100644 --- a/microsoft-edge/webview2/get-started/hololens2.md +++ b/microsoft-edge/webview2/get-started/hololens2.md @@ -579,8 +579,8 @@ public class WebViewExample : MonoBehaviour, IPointerDownHandler { X = hitCoord.x, Y = hitCoord.y, - Type = PointerEvent.PointerDown, - Button = PointerButton.Left, + Type = WebViewMouseEventData.EventType.MouseDown, + Button = WebViewMouseEventData.MouseButton.ButtonLeft, TertiaryAxisDeviceType = WebViewMouseEventData.TertiaryAxisDevice.PointingDevice };