C# Class Cirrious.Sphero.WorkBench.UI.WinRT.Controls.Joystick

Inheritance: Windows.UI.Xaml.Controls.UserControl
显示文件 Open project: slodge/BallControl

Public Properties

Property Type Description
TimerMilliSecondsProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
Joystick ( ) : System
StartJoystick ( ) : void
StopJoystick ( ) : void

Protected Methods

Method Description
OnNewCoordinates ( ) : void
OnStop ( ) : void

Private Methods

Method Description
MoveJoystick ( double moveX, double moveY ) : void
OnPointerMoved ( object sender, PointerRoutedEventArgs pointerRoutedEventArgs ) : void
OnPointerPressed ( object sender, PointerRoutedEventArgs pointerRoutedEventArgs ) : void
OnPointerReleased ( object sender, PointerRoutedEventArgs pointerRoutedEventArgs ) : void
OnTimerMilliSecondsChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
ellipseSense_ManipulationCompleted ( object sender, ManipulationCompletedRoutedEventArgs manipulationCompletedRoutedEventArgs ) : void
ellipseSense_ManipulationStarted ( object sender, ManipulationStartedRoutedEventArgs manipulationStartedRoutedEventArgs ) : void
timer_Tick ( object sender, object e ) : void

Method Details

Joystick() public method

public Joystick ( ) : System
return System

OnNewCoordinates() protected method

protected OnNewCoordinates ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void

StartJoystick() public method

public StartJoystick ( ) : void
return void

StopJoystick() public method

public StopJoystick ( ) : void
return void

Property Details

TimerMilliSecondsProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml TimerMilliSecondsProperty
return Windows.UI.Xaml.DependencyProperty