InputManager.MostRecentInputDevice プロパティ

定義

最新の入力イベントに関連付けられている入力デバイスを表す値を取得します。

public:
 property System::Windows::Input::InputDevice ^ MostRecentInputDevice { System::Windows::Input::InputDevice ^ get(); };
public System.Windows.Input.InputDevice MostRecentInputDevice { get; }
member this.MostRecentInputDevice : System.Windows.Input.InputDevice
Public ReadOnly Property MostRecentInputDevice As InputDevice

プロパティ値

入力デバイス。

適用対象