C# Class Silky_Shark.Config

Afficher le fichier Open project: stoicshark/silkyshark Class Usage Examples

Méthodes publiques

Свойство Type Description
allScreens bool
disableAutoDetection bool
disableCatchUp bool
disableOverlay bool
hotkeys string[]
manualInterpolation bool
manualOverlayOverride bool
overlayScreen int
overrideBounds System.Drawing.Rectangle
smoothOnDraw bool
smoothingInterpolation int
smoothingStrength int
snapToCursor bool
stayOnTop bool
tabletOffset Point
tabletOffsetOverride bool
tolerance int

Méthodes publiques

Méthode Description
Config ( Main m, Overlay o ) : System
LoadConfig ( bool def = false ) : void
SaveConfig ( ) : void

Method Details

Config() public méthode

public Config ( Main m, Overlay o ) : System
m Main
o Overlay
Résultat System

LoadConfig() public méthode

public LoadConfig ( bool def = false ) : void
def bool
Résultat void

SaveConfig() public méthode

public SaveConfig ( ) : void
Résultat void

Property Details

allScreens public_oe property

public bool allScreens
Résultat bool

disableAutoDetection public_oe property

public bool disableAutoDetection
Résultat bool

disableCatchUp public_oe property

public bool disableCatchUp
Résultat bool

disableOverlay public_oe property

public bool disableOverlay
Résultat bool

hotkeys public_oe property

public string[] hotkeys
Résultat string[]

manualInterpolation public_oe property

public bool manualInterpolation
Résultat bool

manualOverlayOverride public_oe property

public bool manualOverlayOverride
Résultat bool

overlayScreen public_oe property

public int overlayScreen
Résultat int

overrideBounds public_oe property

public Rectangle,System.Drawing overrideBounds
Résultat System.Drawing.Rectangle

smoothOnDraw public_oe property

public bool smoothOnDraw
Résultat bool

smoothingInterpolation public_oe property

public int smoothingInterpolation
Résultat int

smoothingStrength public_oe property

public int smoothingStrength
Résultat int

snapToCursor public_oe property

public bool snapToCursor
Résultat bool

stayOnTop public_oe property

public bool stayOnTop
Résultat bool

tabletOffset public_oe property

public Point tabletOffset
Résultat Point

tabletOffsetOverride public_oe property

public bool tabletOffsetOverride
Résultat bool

tolerance public_oe property

public int tolerance
Résultat int