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

detecting open overlapping windows #25

Open shbonita opened 5 years ago

shbonita commented 5 years ago

If a Ctrl+F is pressed, we need to detect what part of the code editor is occluded. These events should be written out to the gaze output so that we can use this information during post processing. We also need to know what part of the screen is occluded.

The above is one example of an overlapping window. There could be other windows that overlap the code editor such as the larger search window.

This issue does not deal with tracking contents of what is on the window.

This applies to

shbonita commented 2 years ago

Check if we can open up the Ctrl+F in a different integrated location. If that happens then we can assume that the window will not overlap.