Class DeviceConnectionArgs
Parameters sent when an InputDevice is connected or disconnected.
Inheritance
System.Object
System.EventArgs
DeviceConnectionArgs
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.Core
Assembly: Fusee.Engine.Core.dll
Syntax
public class DeviceConnectionArgs : EventArgs
Fields
InputDevice
The input device (such as a game pad) that was just connected or disconnected.
Declaration
public InputDevice InputDevice
Field Value
Type | Description |
---|---|
InputDevice |