IInertiaProcessor::Complete メソッド (manipulations.h)

Complete メソッドは、現在の操作を終了し、慣性プロセッサの慣性を停止します。

構文

HRESULT Complete();

戻り値

成功 したS_OK を返します。それ以外の場合は、 E_FAILなどのエラー コードを返します。

注釈

Complete メソッドは、_IManipulationEvents インターフェイス実装で ManipulationCompleted イベントを発生させます。


    // set properties on the IInertiaProcessor interface
    this->m_spIInertProc->put_DesiredRotation(spin);    
	 
    // complete any unprocessed inertia
    this->m_spIInertProc->Complete();
	 
    // reset the processor
    this->m_spIInertProc->Reset();		  
	 
    // If you have implemented a timer that handles inertia processing,
    // this should be started as well and the processor will raise
    // Manipulation* events
		  

要件

要件
サポートされている最小のクライアント Windows 7 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 R2 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー manipulations.h (Manipulations.h を含む)

こちらもご覧ください

CompleteTime

IInertiaProcessor

メソッド