.net - Is there a global touch status in WPF? -


as easy listen touch events in wpf, there way tell if user touching screen or not ?

you can check areanytouchesover on uielement… including window. window.areanytouchesover tell if user touching window. there not wpf api know if user touching appplication.


Comments