C# Class KineticMath.Views.TutorialView

Interaction logic for TutorialScreen.xaml
Inheritance: BaseView
Show file Open project: kingston/kineticmath

Public Methods

Method Description
OnViewDeactivated ( ) : void
TutorialView ( ) : System

Private Methods

Method Description
BaseView_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
HitBall ( int index, System.Windows.Vector velocity ) : void
RegisterGestures ( ) : void
TutorialView_Loaded ( object sender, RoutedEventArgs e ) : void
hitGesture_RectHit ( object sender, RectHitEventArgs e ) : void
setHitZone ( ) : void
startBrickAnimation ( ) : void

Method Details

OnViewDeactivated() public method

public OnViewDeactivated ( ) : void
return void

TutorialView() public method

public TutorialView ( ) : System
return System