Home › Forums › Software Development › receive OnGaze when hidden behind another window › Reply To: receive OnGaze when hidden behind another window
27/03/2015 at 22:51 #2768
quoc
Participant
Let me expand the question. I have System.Windows.Forms.Panel panel1
on a Form, and I add this panel1
to a EyeXFramework.Forms.BehaviorMap
to get OnGaze events. I’m getting the events; however, only when no other windows is on top of my panel. I would like to get the OnGaze events even when my panel is hidden behind another window. What’s the easiest way to get this behavior?
Also, how do I remove a control from a BehaviorMap at runtime?
Sorry, hobbyist programmer here