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 been updated.
Syntax
public:
event TypedEventHandler<IPressableModel, KinectPressingUpdatedEventArgs>^ PressingUpdated {
EventRegistrationToken add (TypedEventHandler<IPressableModel, KinectPressingUpdatedEventArgs>^ value);
void remove (EventRegistrationToken token);
}
public event TypedEventHandler<IPressableModel, KinectPressingUpdatedEventArgs> PressingUpdated
Remarks
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
IPressableModel Interface
Microsoft.Kinect.Toolkit.Input Namespace