Exemplo n.º 1
0
 protected override void DoEndSession()
 {
     _screenDragSession.End();
     _screenDragSession = null;
 }
Exemplo n.º 2
0
 protected override bool DoBeginSession()
 {
     _screenDragSession = new InputDeviceScreenDragSession(RTInputDevice.Get.Device);
     return(_screenDragSession.Begin());
 }