Home
last modified time | relevance | path

Searched refs:focus_wnd (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DGUI.cpp708 if (focus_wnd) in HandleKeyRelease()
718 if (focus_wnd) in HandleTextInput()
787 if (focus_wnd) in SetFocusWnd()
899 if (!focus_wnd) in FocusWndAcceptsTypingInput()
907 if (!focus_wnd) in PrevFocusInteractiveWnd()
949 if (!focus_wnd) in NextFocusInteractiveWnd()
1498 if (!focus_wnd) in CopyFocusWndText()
1527 if (!focus_wnd) in PasteFocusWndText()
1550 if (!focus_wnd) in CutFocusWndText()
1591 if (!focus_wnd) in FocusWndSelectAll()
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DCUIWnd.cpp320 auto focus_wnd = GG::GUI::GetGUI()->FocusWnd(); in Render() local
321 bool highlight = (focus_wnd.get() == this || this->IsAncestorOf(focus_wnd)); in Render()