Having clicked one too many times on one window, only to have it click on the parts underneath (in the Editor), or click on an unwanted item in flight, I decided to solve the problem with yet another mod
Mods which use the Click Through Blocker would need to be modified, and this would become a hard dependency for that mod.
This mod will do NOTHING by itself, it needs to be used by other mods
The changes are very simple:
Replace all calls to GUILayout.Window with ClickThruBlocker.GUILayoutWindow, the parameters are identical Replace all calls to GUI.Window with ClickThruBlocker.GUIWindow, the parameters are identical
How it works
Each call first calls the original method (ie: ClickThruBlocker.GUILayoutWindow will call GUILayout.Window). After the call, the position of the mouse is checked to see if it was on top of the window Rect, if it is, it then locks the controls so that clicks don't pass through to any other window.
Functions - Identical to the GUI and GUILayout versions Rect Window(int id, Rect screenRect, GUI.WindowFunction func, GUIContent content, GUIStyle style, params GUILayoutOption[] options); Rect Window(int id, Rect screenRect, GUI.WindowFunction func, Texture image, GUIStyle style, params GUILayoutOption[] options); Rect Window(int id, Rect screenRect, GUI.WindowFunction func, string text, GUIStyle style, params GUILayoutOption[] options); Rect Window(int id, Rect screenRect, GUI.WindowFunction func, GUIContent content, params GUILayoutOption[] options); Rect Window(int id, Rect screenRect, GUI.WindowFunction func, Texture image, params GUILayoutOption[] options); Rect Window(int id, Rect screenRect, GUI.WindowFunction func, string text, params GUILayoutOption[] options);
Rect Window(int id, Rect clientRect, WindowFunction func, Texture image, GUIStyle style);
Rect Window(int id, Rect clientRect, WindowFunction func, string text, GUIStyle style);
Rect Window(int id, Rect clientRect, WindowFunction func, GUIContent content);
Rect Window(int id, Rect clientRect, WindowFunction func, Texture image);
Rect Window(int id, Rect clientRect, WindowFunction func, string text);
Rect Window(int id, Rect clientRect, WindowFunction func, GUIContent title, GUIStyle style);
Additional functions
bool MouseIsOverWindow(Rect rect) Returns true if the mouse is over the specified rectangle
Raw stats are from the beginning of time until now. Each follower and download entry represents one hour of data. Uneventful hours are omitted.