Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when a pressing gesture of a pressable Kinect Toolkit input element has started.
Syntax
public:
event TypedEventHandler<IPressableModel, KinectPressingStartedEventArgs>^ PressingStarted {
EventRegistrationToken add (TypedEventHandler<IPressableModel, KinectPressingStartedEventArgs>^ value);
void remove (EventRegistrationToken token);
}
public event TypedEventHandler<IPressableModel, KinectPressingStartedEventArgs> PressingStarted
Remarks
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
IPressableModel Interface
Microsoft.Kinect.Toolkit.Input Namespace