コード例 #1
0
ファイル: GUISettings.cs プロジェクト: jev0n/rawaccel
 public override int GetHashCode()
 {
     return(DPI.GetHashCode() ^
            PollRate.GetHashCode() ^
            ShowLastMouseMove.GetHashCode() ^
            ShowVelocityAndGain.GetHashCode());
 }
コード例 #2
0
ファイル: GUISettings.cs プロジェクト: termhn/rawaccel
 public override int GetHashCode()
 {
     return(DPI.GetHashCode() ^
            PollRate.GetHashCode() ^
            ShowLastMouseMove.GetHashCode() ^
            ShowVelocityAndGain.GetHashCode() ^
            AutoWriteToDriverOnStartup.GetHashCode());
 }