IDirectManipulationRegion::RemoveMotion method

[This documentation is preliminary and is subject to change.]

Applies to: desktop apps only

Removes a motion from the list of actions which take place on input from a region.

Syntax

HRESULT RemoveMotion(
  [in, unique]  IDirectManipulationMotion *motion
);

Parameters

  • motion [in]
    The motion to remove.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

This method removes a motion from responding to input from the region. A motion can be removed from the region at any time.

Requirements

Minimum supported client

Windows Developer Preview

Minimum supported server

Windows Server Developer Preview

IDL

DirectManipulation.idl

See also

IDirectManipulationRegion

 

 

Build date: 12/12/2011