iTrace-Dev / iTrace-Eclipse

Eclipse plugin to identify textual and interface elements based on iTrace Core gaze data
GNU General Public License v3.0
5 stars 2 forks source link

Mouse tracker fails to track correct element on second monitor #56

Closed clptrsn closed 2 years ago

clptrsn commented 4 years ago

The coordinates are assumed to be within the current monitor that eclipse is being displayed. The mouse tracker returns the global window position.

If eclipse is on the second monitor, it normalizes the bounds and will only check from (0,0)-(1920,1080) for a 1080p monitor even though a valid gaze is coming from beyond 1080 pixels.