Page 1 of 1
How to detect which screen /display user clicked on?
Posted: Fri Dec 28, 2012 2:14 pm
by ilbarbax
and second questioin...how to determine the relative mouse position on the selected screen?
I have 4.7 version.
Thanks
Re: How to detect which screen /display user clicked on?
Posted: Sun Dec 30, 2012 11:18 pm
by airsoftsoftwair
What exactly do you mean by "screen"? A Hollywood display? Then you can simply install an event handler using
InstallEventHandler(). The message you get in your callback function will contain the ID of the display that received the event.