IDirectManipulationManager2 interface (directmanipulation.h)

Extends the IDirectManipulationManager interface that provides access to all the Direct Manipulation features and APIs available to the client application.

The IDirectManipulationManager2 interface adds support for configuration behaviors that can be attached to a viewport.

Note  To obtain an IDirectManipulationManager2 interface pointer, QueryInterface on an existing IDirectManipulationManager interface pointer.
 

Inheritance

The IDirectManipulationManager2 interface inherits from the IUnknown interface. IDirectManipulationManager2 also has these types of members:

Methods

The IDirectManipulationManager2 interface has these methods.

 
IDirectManipulationManager2::CreateBehavior

Factory method to create a behavior.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header directmanipulation.h

See also

Direct Manipulation Interfaces