Example #1
0
 public bool CursorOnUI()
 {
     return(ChatOpen && Chat.MouseOnChat || Focused != null && Focused.CursorOnUI());
 }