Searched refs:gIgnoreBounds (Results 1 – 5 of 5) sorted by relevance
16 extern bool gIgnoreBounds;71 …if (!gIgnoreBounds && !ignoreBounds && (CursorX() < window->GetLeft() || CursorX() > window->GetRi…
132 gIgnoreBounds = true; in Update()137 gIgnoreBounds = false; in Update()238 gIgnoreBounds = true; in Update()243 gIgnoreBounds = false; in Update()
85 gIgnoreBounds = true; in Update()90 gIgnoreBounds = false; in Update()
53 bool gIgnoreBounds = false; variable