跳至主要内容

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

ChocDino.PartyIO.MouseEvent

Implements

  • System.IDisposable