C# Class leap_sample0.SampleListener

Inheritance: Listener
Afficher le fichier Open project: Brejlounek/Leap-Input Class Usage Examples

Méthodes publiques

Свойство Type Description
form Form1

Méthodes publiques

Méthode Description
OnFrame ( Leap.Controller controller ) : void
OnInit ( Leap.Controller controller ) : void
Release ( ushort ScanCode ) : void
Stroke ( ushort ScanCode ) : void

Private Methods

Méthode Description
SafeWriteLine ( String line ) : void
SendInput ( UInt32 nInputs, [ SizeConst = 1)]INPUT[]pInputs, Int32 cbSize ) : UInt32
UpdateText ( Label label, string text ) : void

Method Details

OnFrame() public méthode

public OnFrame ( Leap.Controller controller ) : void
controller Leap.Controller
Résultat void

OnInit() public méthode

public OnInit ( Leap.Controller controller ) : void
controller Leap.Controller
Résultat void

Release() public static méthode

public static Release ( ushort ScanCode ) : void
ScanCode ushort
Résultat void

Stroke() public static méthode

public static Stroke ( ushort ScanCode ) : void
ScanCode ushort
Résultat void

Property Details

form public_oe property

public Form1 form
Résultat Form1