C# Class Silky_Shark.Config

Show file Open project: stoicshark/silkyshark Class Usage Examples

Public Properties

Property 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

Public Methods

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

Method Details

Config() public method

public Config ( Main m, Overlay o ) : System
m Main
o Overlay
return System

LoadConfig() public method

public LoadConfig ( bool def = false ) : void
def bool
return void

SaveConfig() public method

public SaveConfig ( ) : void
return void

Property Details

allScreens public property

public bool allScreens
return bool

disableAutoDetection public property

public bool disableAutoDetection
return bool

disableCatchUp public property

public bool disableCatchUp
return bool

disableOverlay public property

public bool disableOverlay
return bool

hotkeys public property

public string[] hotkeys
return string[]

manualInterpolation public property

public bool manualInterpolation
return bool

manualOverlayOverride public property

public bool manualOverlayOverride
return bool

overlayScreen public property

public int overlayScreen
return int

overrideBounds public property

public Rectangle,System.Drawing overrideBounds
return System.Drawing.Rectangle

smoothOnDraw public property

public bool smoothOnDraw
return bool

smoothingInterpolation public property

public int smoothingInterpolation
return int

smoothingStrength public property

public int smoothingStrength
return int

snapToCursor public property

public bool snapToCursor
return bool

stayOnTop public property

public bool stayOnTop
return bool

tabletOffset public property

public Point tabletOffset
return Point

tabletOffsetOverride public property

public bool tabletOffsetOverride
return bool

tolerance public property

public int tolerance
return int