DefaultPointerMediator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DefaultPointerMediator() | |
DefaultPointerMediator(IPointerPreferences) |
Obsolete.
|
DefaultPointerMediator()
public:
DefaultPointerMediator();
public DefaultPointerMediator ();
Public Sub New ()
Applies to
DefaultPointerMediator(IPointerPreferences)
Caution
Use DefaultPointerMediator() instead, followed by a call to SetPointerPreferences()
public:
DefaultPointerMediator(Microsoft::MixedReality::Toolkit::Input::IPointerPreferences ^ pointerPrefs);
[System.Obsolete("Use DefaultPointerMediator() instead, followed by a call to SetPointerPreferences()")]
public DefaultPointerMediator (Microsoft.MixedReality.Toolkit.Input.IPointerPreferences pointerPrefs);
[<System.Obsolete("Use DefaultPointerMediator() instead, followed by a call to SetPointerPreferences()")>]
new Microsoft.MixedReality.Toolkit.Input.DefaultPointerMediator : Microsoft.MixedReality.Toolkit.Input.IPointerPreferences -> Microsoft.MixedReality.Toolkit.Input.DefaultPointerMediator
Public Sub New (pointerPrefs As IPointerPreferences)
Parameters
- pointerPrefs
- IPointerPreferences
- Attributes