The important thing to keep in mind when doing this is to distinguish between the MouseCursor and the cursor that Tobii uses to track the mouse movement. To do this, you would have to detach the mouse cursor from the eye tracker device. The cursor will still appear, but the participant's gaze will not be shown with the mouse cursor. This line of script is necessary in the latest version of E-Prime Extensions for Tobii (EET). Users often want the eye tracking to occur with the cursor and not the mouse. You could change the script to implement it the other way if needed.
mouse.ShowCursor True
TET_Device.AttachToMouseCursor = CLogical("False")