Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiEdit.cpp47 …Edit::Edit(const C4Rect &rtBounds, bool fFocusEdit) : Control(rtBounds), iCursorPos(0), iSelection… in Edit() argument
67 …C4CustomKey::Priority eKeyPrio = fFocusEdit ? C4CustomKey::PRIO_FocusCtrl : C4CustomKey::PRIO_Ctrl; in Edit()
H A DC4Gui.h1249 Edit(const C4Rect &rtBounds, bool fFocusEdit=false); // ctor