コード例 #1
0
 void OnTouchUpControlEvent(object?sender, EventArgs e)
 {
     VirtualView?.DragCompleted();
 }
コード例 #2
0
 void OnStopTrackingTouch(SeekBar seekBar) =>
 VirtualView?.DragCompleted();
コード例 #3
0
 void OnPointerReleased(object?sender, PointerRoutedEventArgs e)
 {
     VirtualView?.DragCompleted();
 }