Class MouseDeviceManager
Assembly: ChocDino.PartyIO.dllβ
Declaration
public class MouseDeviceManager : IDisposable
Implements:
System.IDisposable
Propertiesβ
Allβ
Declaration
public List<MouseDevice> All { get; }
LastFrameUpdatedβ
Declaration
public int LastFrameUpdated { get; }
Instanceβ
Declaration
public static MouseDeviceManager Instance { get; }
Methodsβ
Dispose()β
Declaration
public void Dispose()
Update()β
Declaration
public void Update()
Eventsβ
ChangedConnectionStateβ
Declaration
public static event MouseEvent ChangedConnectionState
Event Typeβ
Implementsβ
System.IDisposable