C# Class InControl.InputManager

Afficher le fichier Open project: ShreveportArcade/InControl Class Usage Examples

Méthodes publiques

Свойство Type Description
Devices List

Private Properties

Свойство Type Description
AssertIsSetup void
UpdateActiveDevice void
UpdateCurrentTime void
UpdateDeviceManagers void
UpdateDevices void

Méthodes publiques

Méthode Description
AddDeviceManager ( InControl.InputDeviceManager inputDeviceManager ) : void
AttachDevice ( InputDevice inputDevice ) : void
DetachDevice ( InputDevice inputDevice ) : void
HideDevicesWithProfile ( Type type ) : void
Setup ( ) : void
SortDevices ( ) : void
Update ( ) : void

Private Methods

Méthode Description
AssertIsSetup ( ) : void
UpdateActiveDevice ( ) : void
UpdateCurrentTime ( ) : void
UpdateDeviceManagers ( ) : void
UpdateDevices ( ) : void

Method Details

AddDeviceManager() public static méthode

public static AddDeviceManager ( InControl.InputDeviceManager inputDeviceManager ) : void
inputDeviceManager InControl.InputDeviceManager
Résultat void

AttachDevice() public static méthode

public static AttachDevice ( InputDevice inputDevice ) : void
inputDevice InputDevice
Résultat void

DetachDevice() public static méthode

public static DetachDevice ( InputDevice inputDevice ) : void
inputDevice InputDevice
Résultat void

HideDevicesWithProfile() public static méthode

public static HideDevicesWithProfile ( Type type ) : void
type System.Type
Résultat void

Setup() public static méthode

public static Setup ( ) : void
Résultat void

SortDevices() public static méthode

public static SortDevices ( ) : void
Résultat void

Update() public static méthode

public static Update ( ) : void
Résultat void

Property Details

Devices public_oe static_oe property

public static List Devices
Résultat List