Search Results for

    Show / Hide Table of Contents

    Class DeviceEventArgs

    Device Event argument.

    Inheritance
    object
    EventArgs
    DeviceEventArgs
    Namespace: Evergine.OpenVR.Helpers
    Assembly: Evergine.OpenVR.dll
    Syntax
    public class DeviceEventArgs : EventArgs

    Constructors

    DeviceEventArgs(uint, bool)

    Initializes a new instance of the DeviceEventArgs class.

    Declaration
    public DeviceEventArgs(uint index, bool connected)
    Parameters
    Type Name Description
    uint index

    The index.

    bool connected

    Is connected value.

    Fields

    Connected

    Connected attribute.

    Declaration
    public bool Connected
    Field Value
    Type Description
    bool

    Index

    The Index.

    Declaration
    public uint Index
    Field Value
    Type Description
    uint

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX