Пример #1
0
 protected override void DoEndSession()
 {
     _screenDragSession.End();
     _screenDragSession = null;
 }
Пример #2
0
 protected override bool DoBeginSession()
 {
     _screenDragSession = new InputDeviceScreenDragSession(RTInputDevice.Get.Device);
     return(_screenDragSession.Begin());
 }