C# Class ClickThroughFix.ClickThruBlocker.CTBWin

Afficher le fichier Open project: linuxgurugamer/ClickThroughBlocker Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
OnDestroy ( ) : void
PreventEditorClickthrough ( Rect r ) : void
PreventInFlightClickthrough ( Rect r ) : void

Method Details

CTBWin() public méthode

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

MouseIsOverWindow() public static méthode

public static MouseIsOverWindow ( Rect rect ) : bool
rect Rect
Résultat bool

SetLockString() public méthode

public SetLockString ( string s ) : void
s string
Résultat void