C# 클래스 Silky_Shark.Config

파일 보기 프로젝트 열기: stoicshark/silkyshark 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Config ( Main m, Overlay o ) : System
LoadConfig ( bool def = false ) : void
SaveConfig ( ) : void

메소드 상세

Config() 공개 메소드

public Config ( Main m, Overlay o ) : System
m Main
o Overlay
리턴 System

LoadConfig() 공개 메소드

public LoadConfig ( bool def = false ) : void
def bool
리턴 void

SaveConfig() 공개 메소드

public SaveConfig ( ) : void
리턴 void

프로퍼티 상세

allScreens 공개적으로 프로퍼티

public bool allScreens
리턴 bool

disableAutoDetection 공개적으로 프로퍼티

public bool disableAutoDetection
리턴 bool

disableCatchUp 공개적으로 프로퍼티

public bool disableCatchUp
리턴 bool

disableOverlay 공개적으로 프로퍼티

public bool disableOverlay
리턴 bool

hotkeys 공개적으로 프로퍼티

public string[] hotkeys
리턴 string[]

manualInterpolation 공개적으로 프로퍼티

public bool manualInterpolation
리턴 bool

manualOverlayOverride 공개적으로 프로퍼티

public bool manualOverlayOverride
리턴 bool

overlayScreen 공개적으로 프로퍼티

public int overlayScreen
리턴 int

overrideBounds 공개적으로 프로퍼티

public Rectangle,System.Drawing overrideBounds
리턴 System.Drawing.Rectangle

smoothOnDraw 공개적으로 프로퍼티

public bool smoothOnDraw
리턴 bool

smoothingInterpolation 공개적으로 프로퍼티

public int smoothingInterpolation
리턴 int

smoothingStrength 공개적으로 프로퍼티

public int smoothingStrength
리턴 int

snapToCursor 공개적으로 프로퍼티

public bool snapToCursor
리턴 bool

stayOnTop 공개적으로 프로퍼티

public bool stayOnTop
리턴 bool

tabletOffset 공개적으로 프로퍼티

public Point tabletOffset
리턴 Point

tabletOffsetOverride 공개적으로 프로퍼티

public bool tabletOffsetOverride
리턴 bool

tolerance 공개적으로 프로퍼티

public int tolerance
리턴 int