Home › Forums › Software Development › Display Gaze Data on Screen › Reply To: Display Gaze Data on Screen
19/08/2015 at 10:27 #3333
Jenny [Tobii]
Participant
Hi Tala,
The ClientToScreen function is a Windows API function. Please refer to MSDN for more information on how to use it:
https://msdn.microsoft.com/en-us/library/dd183434(v=vs.85).aspx
To draw something on the screen you need to use some kind of GUI framework, for example GDI.