Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GuiTabular.cpp481 …bool fInCaptionArea = ((!fLeft && Inside<int32_t>(iY, 0, GetTopSize())) || (fLeft && Inside<int32_… in MouseInput() local
482 if (!fInCaptionArea || iButton == C4MC_Button_LeftUp) in MouseInput()
487 else if ((iButton == C4MC_Button_LeftDown || iButton == C4MC_Button_None) && fInCaptionArea) in MouseInput()