I'm trying to create a fullscreen WPF application and trying to implement a android like navigation drawer.
So in order to accomplish this I have to detect a swipe coming from offscreen, just like the Windows 8 charm bar.
But windows does not sent any touch/mouse events to the application if the swipe didn't start on the touchscreen (global hook isn't working too).
How am I able to detect those swipes starting offscreen just like Windows does it for the charm bar?
Just if it matters I'm using a Surface pro 3 with Win 8.1