C# Class SF4ComboTrainerModel.SF4Control

Exibir arquivo Open project: Necrophagos/SF4ComboTrainer Class Usage Examples

Public Properties

Property Type Description
InMatch bool

Protected Properties

Property Type Description
MIN_TIME_BETWEEN_FRAMES int
frameTimer Stopwatch
inputResolver InputResolver
lastFrame int
sf4memory SF4Memory

Public Methods

Method 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

Method Description
GetForegroundWindow ( ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

Method Details

Hold() public method

public Hold ( ) : void
return void

Press() public method

public Press ( ) : void
return void

Release() public method

public Release ( ) : void
return void

ReleaseALL() public method

public ReleaseALL ( ) : void
return void

ResetLockupTimer() public method

public ResetLockupTimer ( ) : void
return void

SF4Control() public method

public SF4Control ( SF4Memory sf4memory ) : System
sf4memory SF4Memory
return System

SF4isForegroundWindow() public method

public SF4isForegroundWindow ( ) : bool
return bool

SwitchToSF4() public method

public SwitchToSF4 ( ) : bool
return bool

WaitFrames() public method

public WaitFrames ( int frames ) : void
frames int
return void

Property Details

InMatch public_oe property

public bool InMatch
return bool

MIN_TIME_BETWEEN_FRAMES protected_oe property

protected int MIN_TIME_BETWEEN_FRAMES
return int

frameTimer protected_oe property

protected Stopwatch frameTimer
return Stopwatch

inputResolver protected_oe property

protected InputResolver,SF4ComboTrainerModel inputResolver
return InputResolver

lastFrame protected_oe property

protected int lastFrame
return int

sf4memory protected_oe property

protected SF4Memory,SF4ComboTrainerModel sf4memory
return SF4Memory