22 System.Threading.Thread.Sleep(500);
28 "A Leap device must be connected to successfully test LeapCSharp.");
36 Boolean isEqual = thisDevice == thatDevice;
38 Assert.False(isEqual);
46 for (
int index = 0; index < allDevices.Count; index++) {
47 Console.WriteLine(allDevices[index]);
The Controller class is your main interface to the Leap Motion Controller.
DeviceList Devices
The list of currently attached and recognized Leap Motion controller devices.
bool IsConnected
Reports whether this Controller is connected to the Leap Motion service and the Leap Motion hardware ...
The Device class represents a physically connected device.
The DeviceList class represents a list of Device objects.
bool IsEmpty
Reports whether the list is empty.
void DeviceList_operator_index()
void DeviceList_isEmpty()
void Device_operator_equals()