Show / Hide Table of Contents

Class NewDeviceImpConnectedArgs

Parameters sent with a NewDeviceConnected event.

Inheritance
System.Object
System.EventArgs
NewDeviceImpConnectedArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public class NewDeviceImpConnectedArgs : EventArgs

Fields

InputDeviceImp

The input device implementation object representing the input device (such as a game pad) that was just connected.

Declaration
public IInputDeviceImp InputDeviceImp
Field Value
Type Description
IInputDeviceImp
Generated by DocFX
GitHub Repo
Back to top