iTrace-Dev / iTrace-VisualStudio

Visual Studio plugin to identify textual and interface elements based on iTrace Core gaze data
GNU General Public License v3.0
4 stars 1 forks source link

Screen Height Value #27

Closed dtg3 closed 5 years ago

dtg3 commented 5 years ago

Using the fixed_develop branch the screen height value seems to be recording erroneous screen width dimensions that are not matching the core.

For example on a 1920 x 1080 display, during two separate recording runs the plugin recorded 1040 and then 1160 as the screen height.

vzyrianov commented 5 years ago

If the issue is in the outputted XML, then the solution should be to change Screen.PrimaryScreen.WorkingArea to Screen.PrimaryScreen.Bounds

cabryant20 commented 5 years ago

Committed the change above, screen bounds for plugin match that of core now.