C# Class leap_sample0.SampleListener

Inheritance: Listener
显示文件 Open project: Brejlounek/Leap-Input Class Usage Examples

Public Properties

Property Type Description
form Form1

Public Methods

Method Description
OnFrame ( Leap.Controller controller ) : void
OnInit ( Leap.Controller controller ) : void
Release ( ushort ScanCode ) : void
Stroke ( ushort ScanCode ) : void

Private Methods

Method 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 method

public OnFrame ( Leap.Controller controller ) : void
controller Leap.Controller
return void

OnInit() public method

public OnInit ( Leap.Controller controller ) : void
controller Leap.Controller
return void

Release() public static method

public static Release ( ushort ScanCode ) : void
ScanCode ushort
return void

Stroke() public static method

public static Stroke ( ushort ScanCode ) : void
ScanCode ushort
return void

Property Details

form public_oe property

public Form1 form
return Form1