次の方法で共有


CWinAppEx::GetMouseManager

グローバル CMouseManager オブジェクトへのポインターを返します。

CMouseManager* GetMouseManager();

戻り値

グローバル CMouseManager オブジェクトへのポインター。

解説

マウス マネージャーが初期化されていない場合、この関数は CWinAppEx::InitMouseManager を呼び出してからポインターを返します。

必要条件

ヘッダー : afxwinappex.h

参照

関連項目

CWinAppEx クラス

階層図

CWinAppEx::InitMouseManager

CMouseManager クラス