Share via


IPressableModel Interface

The interface implemented by the PressableModel Kinect Toolkit input element.

Syntax

public interface class IPressableModel : IInputModel
public interface IPressableModel : IInputModel

Members

IPressableModel has the following members.

Events

Name Description
Holding Occurs when a pressing gesture of a pressable Kinect Toolkit input element is being held.
PressingCompleted Occurs when a pressing gesture of a pressable Kinect Toolkit input element has completed.
PressingStarted Occurs when a pressing gesture of a pressable Kinect Toolkit input element has started.
PressingUpdated Occurs when a pressing gesture of a pressable Kinect Toolkit input element has been updated.
Tapped Occurs when a pressable Kinect Toolkit input element has been tapped.

Remarks

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

Microsoft.Kinect.Toolkit.Input Namespace