| 空启动 |
|
|
| handController.GetLeapController ().EnableGesture (Gesture.GestureType.TYPECIRCLE); |
| handController.GetLeapController ().EnableGesture (Gesture.GestureType.TYPESWIPE); |
| handController.GetLeapController ().EnableGesture (Gesture.GestureType.TYPEKEYTAP); |
| handController.GetLeapController ().EnableGesture (Gesture.GestureType.TYPESCREENTAP); |
|
|