C# Class TechfairKinect.Gestures.Keyboard.KeyboardGestureRecognizer

Inheritance: IGestureRecognizer
Mostrar archivo Open project: techx/old-techfair-kinect-booth

Public Methods

Method Description
KeyboardGestureRecognizer ( ) : System.Collections.Generic
OnKeyPressed ( KeyEventArgs keys ) : void

Private Methods

Method Description
PerformMovement ( Keys movementKey ) : void
UpdateCurrentJoint ( Keys jointKey ) : void
UpdateListeners ( ) : void

Method Details

KeyboardGestureRecognizer() public method

public KeyboardGestureRecognizer ( ) : System.Collections.Generic
return System.Collections.Generic

OnKeyPressed() public method

public OnKeyPressed ( KeyEventArgs keys ) : void
keys System.Windows.Forms.KeyEventArgs
return void