WindowOver
Introduction
Code Example
Cursor cursor = GuiManager.Cursor;
if(cursor.PrimaryClick && cursor.WindowOver == null)
{
ClickLogic();
}Using WindowOver to debug GUI problems
FlatRedBall.Debugging.Debugger.Write( GuiManager.Cursor.WindowOver );Gum and WindowOver
Last updated
Was this helpful?