I have an application and want to trigger an function when the cursor change among the primary monitor (laptop) and a second monitor. Basically I’ve implemented the page PointerPressed, PointerMoved and PointerReleased and I want to trigger the PointerReleased when the cursor pass to the second monitor.
I’ve tried to use DisplayInformation.GetForCurrentView();
to get information of current display. But actually I don’t know how treat it correctly.
odin_sanliveira is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.