C# Class Silky_Shark.Config

显示文件 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_oe property

public bool allScreens
return bool

disableAutoDetection public_oe property

public bool disableAutoDetection
return bool

disableCatchUp public_oe property

public bool disableCatchUp
return bool

disableOverlay public_oe property

public bool disableOverlay
return bool

hotkeys public_oe property

public string[] hotkeys
return string[]

manualInterpolation public_oe property

public bool manualInterpolation
return bool

manualOverlayOverride public_oe property

public bool manualOverlayOverride
return bool

overlayScreen public_oe property

public int overlayScreen
return int

overrideBounds public_oe property

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

smoothOnDraw public_oe property

public bool smoothOnDraw
return bool

smoothingInterpolation public_oe property

public int smoothingInterpolation
return int

smoothingStrength public_oe property

public int smoothingStrength
return int

snapToCursor public_oe property

public bool snapToCursor
return bool

stayOnTop public_oe property

public bool stayOnTop
return bool

tabletOffset public_oe property

public Point tabletOffset
return Point

tabletOffsetOverride public_oe property

public bool tabletOffsetOverride
return bool

tolerance public_oe property

public int tolerance
return int