C# Class WP8_Joystick.Joystick

Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: TechPreacher/WP8-Sphero-Control

Public Properties

Property Type Description
TimerMilliSecondsProperty System.Windows.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
OnTimerMilliSecondsChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Touch_FrameReported ( object sender, System.Windows.Input.TouchFrameEventArgs e ) : void
ellipseSense_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
ellipseSense_ManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void
timer_Tick ( object sender, EventArgs 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,System.Windows TimerMilliSecondsProperty
return System.Windows.DependencyProperty