IDirectManipulationManager3 interface (directmanipulation.h)

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

The IDirectManipulationManager3 interface adds support for retrieving an IDirectManipulationDeferContactService object.

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

Inheritance

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

Methods

The IDirectManipulationManager3 interface has these methods.

 
IDirectManipulationManager3::GetService

Retrieves an IDirectManipulationDeferContactService object.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header directmanipulation.h

See also

Direct Manipulation Interfaces