IInertiaProcessor::Reset メソッド (manipulations.h)
Reset メソッドは、初期タイムスタンプを使用してプロセッサを初期化し、慣性を再起動します。
構文
HRESULT Reset();
戻り値
成功 したS_OK を返します。それ以外の場合は、E_FAILなどのエラー コード を返します。
注釈
慣性によって現在操作されているオブジェクトのプロパティを変更した場合は、Reset を呼び出す前に Complete を 呼び出 します。
例
// 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 を含む) |