Skip to content

andreas#79491

My feedback

1 result found

  1. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    andreas#79491 commented  · 

    Additional technical detail: I found that Arena immediately recognizes the cursor position if I inject a small relative mouse-move event:

    win32api.mouse_event(win32con.MOUSEEVENTF_MOVE, 1, 1)

    This reliably triggers the expected hover behavior

    The eye tracker appears to move the Windows cursor without generating the type of relative mouse-move event Arena now expects. For example, behavior similar to SetCursorPos() would explain the symptoms, although I have not confirmed the actual implementation.

    This may help narrow the regression to how mouse movement is handled after the Unity update.

    andreas#79491 shared this idea  ·