C# Class ClickThroughFix.ClickThruBlocker.CTBWin

Show file Open project: linuxgurugamer/ClickThroughBlocker Class Usage Examples

Public Methods

Method Description
CTBWin ( int id, Rect screenRect, string winName, string lockName ) : System.Collections.Generic
MouseIsOverWindow ( Rect rect ) : bool
SetLockString ( string s ) : void

Private Methods

Method Description
OnDestroy ( ) : void
PreventEditorClickthrough ( Rect r ) : void
PreventInFlightClickthrough ( Rect r ) : void

Method Details

CTBWin() public method

public CTBWin ( int id, Rect screenRect, string winName, string lockName ) : System.Collections.Generic
id int
screenRect Rect
winName string
lockName string
return System.Collections.Generic

MouseIsOverWindow() public static method

public static MouseIsOverWindow ( Rect rect ) : bool
rect Rect
return bool

SetLockString() public method

public SetLockString ( string s ) : void
s string
return void