C# Class SF4ComboTrainerModel.SF4Control

Afficher le fichier Open project: Necrophagos/SF4ComboTrainer Class Usage Examples

Méthodes publiques

Свойство Type Description
InMatch bool

Protected Properties

Свойство Type Description
MIN_TIME_BETWEEN_FRAMES int
frameTimer Stopwatch
inputResolver InputResolver
lastFrame int
sf4memory SF4Memory

Méthodes publiques

Méthode Description
Hold ( ) : void
Press ( ) : void
Release ( ) : void
ReleaseALL ( ) : void
ResetLockupTimer ( ) : void
SF4Control ( SF4Memory sf4memory ) : System
SF4isForegroundWindow ( ) : bool
SwitchToSF4 ( ) : bool
WaitFrames ( int frames ) : void

Private Methods

Méthode Description
GetForegroundWindow ( ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

Method Details

Hold() public méthode

public Hold ( ) : void
Résultat void

Press() public méthode

public Press ( ) : void
Résultat void

Release() public méthode

public Release ( ) : void
Résultat void

ReleaseALL() public méthode

public ReleaseALL ( ) : void
Résultat void

ResetLockupTimer() public méthode

public ResetLockupTimer ( ) : void
Résultat void

SF4Control() public méthode

public SF4Control ( SF4Memory sf4memory ) : System
sf4memory SF4Memory
Résultat System

SF4isForegroundWindow() public méthode

public SF4isForegroundWindow ( ) : bool
Résultat bool

SwitchToSF4() public méthode

public SwitchToSF4 ( ) : bool
Résultat bool

WaitFrames() public méthode

public WaitFrames ( int frames ) : void
frames int
Résultat void

Property Details

InMatch public_oe property

public bool InMatch
Résultat bool

MIN_TIME_BETWEEN_FRAMES protected_oe property

protected int MIN_TIME_BETWEEN_FRAMES
Résultat int

frameTimer protected_oe property

protected Stopwatch frameTimer
Résultat Stopwatch

inputResolver protected_oe property

protected InputResolver,SF4ComboTrainerModel inputResolver
Résultat InputResolver

lastFrame protected_oe property

protected int lastFrame
Résultat int

sf4memory protected_oe property

protected SF4Memory,SF4ComboTrainerModel sf4memory
Résultat SF4Memory